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