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