![]() |
Plasma Engine
2.0
|
This class only exists for completeness. More...
#include <StringConversion.h>
Public Member Functions | |
| plStringUtf32 (plAllocator *pAllocator=plFoundation::GetDefaultAllocator()) | |
| plStringUtf32 (const char *szUtf8, plAllocator *pAllocator=plFoundation::GetDefaultAllocator()) | |
| plStringUtf32 (const plUInt16 *pUtf16, plAllocator *pAllocator=plFoundation::GetDefaultAllocator()) | |
| plStringUtf32 (const plUInt32 *pUtf32, plAllocator *pAllocator=plFoundation::GetDefaultAllocator()) | |
| plStringUtf32 (const wchar_t *pWChar, plAllocator *pAllocator=plFoundation::GetDefaultAllocator()) | |
| void | operator= (const char *szUtf8) |
| void | operator= (const plUInt16 *pUtf16) |
| void | operator= (const plUInt32 *pUtf32) |
| void | operator= (const wchar_t *pWChar) |
| PL_ALWAYS_INLINE const plUInt32 * | GetData () const |
| PL_ALWAYS_INLINE plUInt32 | GetElementCount () const |
This class only exists for completeness.
There should be no case where it is preferred over other classes.