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