#include "ace/pre.h"
#include "ace/ACE.h"
#include "ace/String_Base_Const.h"
#include "ace/post.h"
Include dependency graph for String_Base.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_String_Base |
This class provides a wrapper facade for C strings. More... | |
Functions | |
template<class CHAR> ACE_INLINE ACE_String_Base< CHAR > | operator+ (const ACE_String_Base< CHAR > &, const ACE_String_Base< CHAR > &) |
template<class CHAR> ACE_INLINE ACE_String_Base< CHAR > | operator+ (const ACE_String_Base< CHAR > &, const CHAR *) |
template<class CHAR> ACE_INLINE ACE_String_Base< CHAR > | operator+ (const CHAR *, const ACE_String_Base< CHAR > &) |
String_Base.h,v 4.5 2002/02/08 18:00:23 nanbor Exp
|
|
|
|
|
|