SString.h File Reference

#include "ace/String_Base.h"
#include "ace/iosfwd.h"
#include "ace/SString.inl"
Include dependency graph for SString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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_Export ACE_OSTREAM_TYPE & operator<< (ACE_OSTREAM_TYPE &, const ACE_CString &)
ACE_Export ACE_NS_WString operator+ (const ACE_NS_WString &, const ACE_NS_WString &)
ACE_Export ACE_OSTREAM_TYPE & operator<< (ACE_OSTREAM_TYPE &, const ACE_SString &)

Detailed Description

Id
SString.h 86289 2009-07-30 03:40:46Z hillj
Author:
Douglas C. Schmidt (schmidt@cs.wustl.edu)

Definition in file SString.h.


Define Documentation

#define ACE_DEFAULT_GROWSIZE   32

Definition at line 26 of file SString.h.


Typedef Documentation

Definition at line 262 of file SString.h.


Function Documentation

ACE_Export ACE_NS_WString operator+ ( const ACE_NS_WString ,
const ACE_NS_WString  
)

Definition at line 56 of file SString.inl.

00057 {
00058   ACE_NS_WString temp (s);
00059   temp += t;
00060   return temp;
00061 }

ACE_Export ACE_OSTREAM_TYPE& operator<< ( ACE_OSTREAM_TYPE &  ,
const ACE_SString  
)

Definition at line 53 of file SString.cpp.

00054 {
00055   if (ss.fast_rep () != 0)
00056     os << ss.fast_rep ();
00057   return os;
00058 }

ACE_Export ACE_OSTREAM_TYPE& operator<< ( ACE_OSTREAM_TYPE &  ,
const ACE_CString  
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 21 23:15:00 2009 for ACE by  doxygen 1.6.1