String_Base.inl File Reference

#include "ace/Malloc_Base.h"
#include "ace/Min_Max.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_Memory.h"

Include dependency graph for String_Base.inl:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class CHAR>
ACE_INLINE bool operator== (const CHAR *s, const ACE_String_Base< CHAR > &t)
template<class CHAR>
ACE_INLINE bool operator!= (const CHAR *s, const ACE_String_Base< CHAR > &t)


Function Documentation

template<class CHAR>
ACE_INLINE bool operator!= ( const CHAR *  s,
const ACE_String_Base< CHAR > &  t 
)

Definition at line 153 of file String_Base.inl.

00155 {
00156   return !(t == s);
00157 }

template<class CHAR>
ACE_INLINE bool operator== ( const CHAR *  s,
const ACE_String_Base< CHAR > &  t 
)

Definition at line 146 of file String_Base.inl.

00148 {
00149   return t == s;
00150 }


Generated on Tue Feb 2 17:34:11 2010 for ACE by  doxygen 1.4.7