nux-0.9.46

nux::TCharToUnicharConvertion Class Reference

TCHAR to Unichar conversion. More...

#include <NuxCore/Character/NUnicode.h>

Public Member Functions

NUX_INLINE TCharToUnicharConvertion ()
NUX_INLINE UNICHARConvert (const TCHAR *Source)

Detailed Description

TCHAR to Unichar conversion.


Constructor & Destructor Documentation

NUX_INLINE nux::TCharToUnicharConvertion::TCharToUnicharConvertion ( ) [inline]

Member Function Documentation

NUX_INLINE UNICHAR* nux::TCharToUnicharConvertion::Convert ( const TCHAR Source) [inline]

Convert from TCHAR to ANSICHAR

Parameters:
SourceString to convert. Null terminated.
Returns:
Return a pointer to the new string. Null terminated.

References nux::AnsicharToUnicharConvertion::Convert(), and STRNCPY_S.


The documentation for this class was generated from the following file: