ACE_Ascii_To_Wide Class ReferenceA lightweight char* to wchar* string conversion class. More...
Detailed DescriptionA lightweight char* to wchar* string conversion class.The purpose of this class is to perform conversion from char* to wchar* 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 wchar* representation.
Converts an char string to unicode/wide 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:14:12 2008 for ACE by ![]() |