#include <AnsiWide.hpp>
Public Member Functions | |
| ANSI2WIDE (const char *psz) | |
| Construct from an ANSI string. | |
| ANSI2WIDE (const std::string &str) | |
| Construct from an ANSI string. | |
| ~ANSI2WIDE () | |
| Destructor. | |
| operator const wchar_t * () const | |
| Conversion operator for a wide string. | |
Private Attributes | |
| wchar_t * | m_psz |
| Core::ANSI2WIDE::ANSI2WIDE | ( | const char * | psz | ) |
Construct from an ANSI string.
| Core::ANSI2WIDE::ANSI2WIDE | ( | const std::string & | str | ) | [explicit] |
Construct from an ANSI string.
| Core::ANSI2WIDE::~ANSI2WIDE | ( | ) | [inline] |
Destructor.
| Core::ANSI2WIDE::operator const wchar_t * | ( | ) | const [inline] |
Conversion operator for a wide string.
wchar_t* Core::ANSI2WIDE::m_psz [private] |
1.5.2