#include <TConvert.h>
Public Member Functions | |
_tochar (LPCWSTR wszText, BOOL bAutoDelete=TRUE) | |
_tochar (LPCSTR szText, BOOL bAutoDelete=TRUE) | |
~_tochar () | |
operator LPSTR () | |
operator LPCSTR () | |
Private Attributes | |
BOOL | m_bAutoDelete |
LPSTR | m_szBuffer |
_tochar::_tochar | ( | LPCWSTR | wszText, | |
BOOL | bAutoDelete = TRUE | |||
) | [inline] |
_tochar::_tochar | ( | LPCSTR | szText, | |
BOOL | bAutoDelete = TRUE | |||
) | [inline] |
_tochar::~_tochar | ( | ) | [inline] |
_tochar::operator LPSTR | ( | ) | [inline] |
_tochar::operator LPCSTR | ( | ) | [inline] |
BOOL _tochar::m_bAutoDelete [private] |
LPSTR _tochar::m_szBuffer [private] |