#include <string.h>
Definition at line 67 of file string.h.
◆ WSYS_String()
| WSYS_String::WSYS_String |
( |
const Char * | string = NULL | ) |
|
|
explicit |
◆ ~WSYS_String()
| WSYS_String::~WSYS_String |
( |
| ) |
|
◆ format()
| Int _cdecl WSYS_String::format |
( |
const Char * | format, |
|
|
| ... ) |
◆ get()
| Char * WSYS_String::get |
( |
void | | ) |
const |
|
inline |
◆ isEmpty()
| Bool WSYS_String::isEmpty |
( |
void | | ) |
const |
◆ length()
| Int WSYS_String::length |
( |
void | | ) |
const |
◆ makeLowerCase()
| void WSYS_String::makeLowerCase |
( |
void | | ) |
|
◆ makeUpperCase()
| void WSYS_String::makeUpperCase |
( |
void | | ) |
|
◆ operator Char *()
| WSYS_String::operator Char * |
( |
void | | ) |
const |
|
inline |
◆ operator const Char *()
| WSYS_String::operator const Char * |
( |
void | | ) |
const |
|
inline |
◆ operator!=()
| Bool WSYS_String::operator!= |
( |
const char * | rvalue | ) |
const |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
| Bool WSYS_String::operator== |
( |
const char * | rvalue | ) |
const |
◆ operator[]() [1/2]
| Char & WSYS_String::operator[] |
( |
Int | index | ) |
|
|
inline |
◆ operator[]() [2/2]
| const Char & WSYS_String::operator[] |
( |
Int | index | ) |
const |
|
inline |
◆ set()
| void WSYS_String::set |
( |
const Char * | string | ) |
|
◆ operator+ [1/3]
◆ operator+ [2/3]
◆ operator+ [3/3]
◆ m_data
| Char* WSYS_String::m_data |
|
protected |
actual string data
Definition at line 71 of file string.h.
The documentation for this class was generated from the following files: