#include <wwstring.h>
Definition at line 71 of file wwstring.h.
◆ StringClass() [1/6]
| StringClass::StringClass |
( |
bool | hint_temporary | ) |
|
|
inline |
◆ StringClass() [2/6]
| StringClass::StringClass |
( |
int | initial_len = 0, |
|
|
bool | hint_temporary = false ) |
|
inline |
◆ StringClass() [3/6]
◆ StringClass() [4/6]
| StringClass::StringClass |
( |
const TCHAR * | string, |
|
|
bool | hint_temporary = false ) |
|
inline |
◆ StringClass() [5/6]
| StringClass::StringClass |
( |
TCHAR | ch, |
|
|
bool | hint_temporary = false ) |
|
inline |
◆ StringClass() [6/6]
| StringClass::StringClass |
( |
const WCHAR * | string, |
|
|
bool | hint_temporary = false ) |
|
inline |
◆ ~StringClass()
| StringClass::~StringClass |
( |
void | | ) |
|
|
inline |
◆ Compare()
| int StringClass::Compare |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ Compare_No_Case()
| int StringClass::Compare_No_Case |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ Copy_Wide()
| bool StringClass::Copy_Wide |
( |
const WCHAR * | source | ) |
|
◆ Erase()
| void StringClass::Erase |
( |
int | start_index, |
|
|
int | char_count ) |
|
inline |
◆ Format()
| int _cdecl StringClass::Format |
( |
const TCHAR * | format, |
|
|
| ... ) |
◆ Format_Args()
| int _cdecl StringClass::Format_Args |
( |
const TCHAR * | format, |
|
|
const va_list & | arg_list ) |
◆ Get_Buffer()
| TCHAR * StringClass::Get_Buffer |
( |
int | new_length | ) |
|
|
inline |
◆ Get_Length()
| int StringClass::Get_Length |
( |
void | | ) |
const |
|
inline |
◆ Is_Empty()
| bool StringClass::Is_Empty |
( |
void | | ) |
const |
|
inline |
◆ operator const TCHAR *()
| StringClass::operator const TCHAR * |
( |
void | | ) |
const |
|
inline |
◆ operator!=()
| bool StringClass::operator!= |
( |
const TCHAR * | rvalue | ) |
const |
|
inline |
◆ operator+=() [1/3]
◆ operator+=() [2/3]
| const StringClass & StringClass::operator+= |
( |
const TCHAR * | string | ) |
|
|
inline |
◆ operator+=() [3/3]
| const StringClass & StringClass::operator+= |
( |
TCHAR | ch | ) |
|
|
inline |
◆ operator<()
| bool StringClass::operator< |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ operator<=()
| bool StringClass::operator<= |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ operator=() [1/4]
◆ operator=() [2/4]
| const StringClass & StringClass::operator= |
( |
const TCHAR * | string | ) |
|
|
inline |
◆ operator=() [3/4]
| const StringClass & StringClass::operator= |
( |
const WCHAR * | string | ) |
|
|
inline |
◆ operator=() [4/4]
◆ operator==()
| bool StringClass::operator== |
( |
const TCHAR * | rvalue | ) |
const |
|
inline |
◆ operator>()
| bool StringClass::operator> |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ operator>=()
| bool StringClass::operator>= |
( |
const TCHAR * | string | ) |
const |
|
inline |
◆ operator[]() [1/2]
| TCHAR & StringClass::operator[] |
( |
int | index | ) |
|
|
inline |
◆ operator[]() [2/2]
| const TCHAR & StringClass::operator[] |
( |
int | index | ) |
const |
|
inline |
◆ Peek_Buffer() [1/2]
| TCHAR * StringClass::Peek_Buffer |
( |
void | | ) |
|
|
inline |
◆ Peek_Buffer() [2/2]
| const TCHAR * StringClass::Peek_Buffer |
( |
void | | ) |
const |
|
inline |
◆ Release_Resources()
| void StringClass::Release_Resources |
( |
void | | ) |
|
◆ Trim()
| void StringClass::Trim |
( |
void | | ) |
|
|
inline |
◆ operator+ [1/3]
◆ operator+ [2/3]
◆ operator+ [3/3]
The documentation for this class was generated from the following files: