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:

Include dependency graph

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

Included by dependency graph

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 142 of file String_Base.inl.

00144 {
00145   return !(t == s);
00146 }

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

Definition at line 135 of file String_Base.inl.

00137 {
00138   return t == s;
00139 }


Generated on Thu Nov 9 11:10:47 2006 for ACE by doxygen 1.3.6