#include <mutil.h>
CMString::CMString |
( |
const CMString & |
S | ) |
|
void CMString::DeleteMemory |
( |
MCL_TCHAR * |
pData | ) |
const |
|
private |
MCL_TCHAR * CMString::GetMemory |
( |
long |
charLen | ) |
const |
|
private |
bool CMString::IsEmpty |
( |
| ) |
const |
long CMString::length |
( |
| ) |
const |
CMString::operator const MCL_TCHAR * |
( |
| ) |
const |
bool CMString::operator!= |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator!= |
( |
const MCL_TCHAR * |
s1 | ) |
const |
MCL_TCHAR CMString::operator() |
( |
long |
i | ) |
const |
bool CMString::operator< |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator< |
( |
const MCL_TCHAR * |
s1 | ) |
const |
bool CMString::operator<= |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator<= |
( |
const MCL_TCHAR * |
s1 | ) |
const |
bool CMString::operator== |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator== |
( |
const MCL_TCHAR * |
s1 | ) |
const |
bool CMString::operator> |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator> |
( |
const MCL_TCHAR * |
s1 | ) |
const |
bool CMString::operator>= |
( |
const CMString & |
s1 | ) |
const |
bool CMString::operator>= |
( |
const MCL_TCHAR * |
s1 | ) |
const |
MCL_TCHAR CMString::operator[] |
( |
long |
i | ) |
const |
void CMString::removeLeadingChars |
( |
char |
c = ' ' | ) |
|
void CMString::removeSpaces |
( |
| ) |
|
void CMString::removeTrailingChars |
( |
char |
c = ' ' | ) |
|
void CMString::toLower |
( |
| ) |
|
void CMString::toUpper |
( |
| ) |
|
The documentation for this class was generated from the following files: