ReactOS 0.4.15-dev-5836-g942b022
|
Go to the source code of this file.
Macros | |
#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 NDEBUG |
Definition at line 28 of file chstring.cpp.
Definition at line 75 of file chstring.cpp.
Referenced by CHString::CHString(), and CHString::operator=().
Definition at line 46 of file chstring.cpp.
Definition at line 61 of file chstring.cpp.
Definition at line 1396 of file chstring.cpp.
Definition at line 1354 of file chstring.cpp.
Definition at line 1380 of file chstring.cpp.
Definition at line 1367 of file chstring.cpp.
Definition at line 1412 of file chstring.cpp.
CHStringData afxNullData = {0, 0, 0} |
Definition at line 39 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 37 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().