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 >
bool operator== (const CHAR *s, const ACE_String_Base< CHAR > &t)
template<class CHAR >
bool operator!= (const CHAR *s, const ACE_String_Base< CHAR > &t)

Function Documentation

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

Definition at line 455 of file String_Base.inl.

00457 {
00458   return !(t == s);
00459 }

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

Definition at line 448 of file String_Base.inl.

00450 {
00451   return t == s;
00452 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sun Nov 22 23:12:50 2009 for ACE by  doxygen 1.6.1