nux-0.9.48

nux::AnsiToTCharConversion Class Reference

ANSI to TCHAR conversion. More...

#include <NuxCore/Character/NUnicode.h>

Public Member Functions

NUX_INLINE AnsiToTCharConversion ()
NUX_INLINE TCHARConvert (const ANSICHAR *Source)

Detailed Description

ANSI to TCHAR conversion.


Constructor & Destructor Documentation

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

Member Function Documentation

NUX_INLINE TCHAR* nux::AnsiToTCharConversion::Convert ( const ANSICHAR Source) [inline]

Convert from ANSICHAR to TCHAR

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: