ACE_NS_WString Class ReferenceThis 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...
Inheritance diagram for ACE_NS_WString:
![]()
Collaboration diagram for ACE_NS_WString:
![]()
Detailed DescriptionThis 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.Constructor & Destructor Documentation
Default constructor.
Constructor that copies s into dynamically allocated memory.
Constructor that copies s into dynamically allocated memory.
Constructor that takes in a ushort16 string (mainly used by the ACE Name_Space classes)
Constructor that copies len ACE_WSTRING_TYPE's of s into dynamically allocated memory (will NUL terminate the result).
Constructor that dynamically allocates memory for len + 1 ACE_WSTRING_TYPE characters. The newly created memory is set memset to 0.
Copy constructor.
Constructor that copies c into dynamically allocated memory.
Member Function Documentation
Transform into a copy of the ASCII character representation. (caller must delete)
Transform into a copy of a USHORT16 representation (caller must delete). Note, behavior is undefined when sizeof (wchar_t) != 2.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:01 2008 for ACE by ![]() |