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 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 Sun Jan 27 12:51:50 2008 for ACE by doxygen 1.3.6