ACE_Wide_To_Ascii Class ReferenceA lightweight wchar* to char* string conversion class. More...
Detailed DescriptionA lightweight wchar* to char* string conversion class.The purpose of this class is to perform conversion from wchar* to char* strings. It is not intended for general purpose use. Constructor & Destructor Documentation
Ctor must take a wchar string.
Dtor will free up the memory.
Disallow these operation.
Member Function Documentation
Return the internal char* representation.
Converts an wchar_t string to ascii and returns a new string.
Member Data Documentation
Internal pointer to the converted string.
The documentation for this class was generated from the following file: Generated on Mon Sep 15 07:18:13 2008 for ACE by 1.5.5 |