ACE
6.1.0
|
#include "ace/SStringfwd.h"
#include "ace/String_Base.h"
#include "ace/iosfwd.h"
#include "ace/SString.inl"
Classes | |
class | ACE_NS_WString |
This class retain the backward compatibility for ACE_Naming_Context and related classes. The only addition to ACE_WString is a very naive "wchar" to "char" conversion function. More... | |
class | ACE_SString |
A very Simple String ACE_SString class. This is not a general-purpose string class, and you should probably consider using ACE_CString is you don't understand why this class exists... More... | |
class | ACE_Auto_String_Free |
Simple class to automatically de-allocate strings. More... | |
Defines | |
#define | ACE_DEFAULT_GROWSIZE 32 |
Typedefs | |
typedef ACE_CString | ACE_TString |
Functions | |
ACE_OSTREAM_TYPE & | operator<< (ACE_OSTREAM_TYPE &, const ACE_CString &) |
ACE_NS_WString | operator+ (const ACE_NS_WString &, const ACE_NS_WString &) |
ACE_OSTREAM_TYPE & | operator<< (ACE_OSTREAM_TYPE &, const ACE_SString &) |
#define ACE_DEFAULT_GROWSIZE 32 |
typedef ACE_CString ACE_TString |
ACE_NS_WString operator+ | ( | const ACE_NS_WString & | , |
const ACE_NS_WString & | |||
) | [inline] |
ACE_OSTREAM_TYPE& operator<< | ( | ACE_OSTREAM_TYPE & | , |
const ACE_CString & | |||
) |
ACE_OSTREAM_TYPE& operator<< | ( | ACE_OSTREAM_TYPE & | , |
const ACE_SString & | |||
) |