ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | CHSTRING_BUILD |
#define | NDEBUG |
Functions | |
void | operator delete (void *ptr) |
void * | operator new (size_t uSize) |
int | mbstowcsz (LPWSTR lpDest, LPCSTR lpSrc, int nLen) |
CHString WINAPI | operator+ (CHSTRING_WCHAR ch, const CHString &string) |
CHString WINAPI | operator+ (const CHString &string, CHSTRING_WCHAR ch) |
CHString WINAPI | operator+ (const CHString &string, CHSTRING_LPCWSTR lpsz) |
CHString WINAPI | operator+ (CHSTRING_LPCWSTR lpsz, const CHString &string) |
CHString WINAPI | operator+ (const CHString &string1, const CHString &string2) |
Variables | |
CHSTRING_WCHAR | afxPchNil [1] = {0} |
CHStringData | afxNullData = {0, 0, 0} |
CHeap_Exception | HeapException (CHeap_Exception::E_ALLOCATION_ERROR) |
#define CHSTRING_BUILD |
Definition at line 27 of file chstring.cpp.
#define NDEBUG |
Definition at line 30 of file chstring.cpp.
Definition at line 77 of file chstring.cpp.
Referenced by CHString::CHString(), and CHString::operator=().
Definition at line 48 of file chstring.cpp.
Definition at line 63 of file chstring.cpp.
Definition at line 1398 of file chstring.cpp.
Definition at line 1356 of file chstring.cpp.
Definition at line 1382 of file chstring.cpp.
Definition at line 1369 of file chstring.cpp.
Definition at line 1414 of file chstring.cpp.
CHStringData afxNullData = {0, 0, 0} |
Definition at line 41 of file chstring.cpp.
Referenced by CHString::GetData(), CHString::operator=(), CHString::Release(), CHString::UnlockBuffer(), and CHString::~CHString().
CHSTRING_WCHAR afxPchNil[1] = {0} |
Definition at line 39 of file chstring.cpp.
Referenced by CHString::AllocBuffer(), CHString::AllocCopy(), CHString::CHString(), CHString::Empty(), CHString::GetData(), CHString::Init(), and CHString::Release().
CHeap_Exception HeapException(CHeap_Exception::E_ALLOCATION_ERROR) | ( | CHeap_Exception::E_ALLOCATION_ERROR | ) |
Referenced by CHString::AllocBuffer(), CHString::AllocSysString(), and operator new().