![]() |
Iridescence 1.00
Embedded Graphic Framework
|
This is the complete list of members for DsString, including all inherited members.
| append(char c, size_t count) | DsString | |
| append(const char *str) | DsString | |
| append(const char *str, size_t count) | DsString | |
| append(char c) | DsString | inline |
| append(const DsString &str) | DsString | inline |
| back(void) | DsString | inline |
| c_str(void) const | DsString | inline |
| clear(void) | DsString | |
| DsString(size_t max_length=31) | DsString | |
| DsString(const char *str, size_t max_length=DsString::npos) | DsString | |
| DsString(const DsString &src) | DsString | |
| DsString(DsString &&src) | DsString | |
| empty(void) const | DsString | inline |
| erase(size_t pos, size_t count) | DsString | |
| erase_first(size_t count) | DsString | inline |
| erase_last(size_t count) | DsString | inline |
| find(char c, size_t pos=0) | DsString | |
| find(const char *substr, size_t pos=0) | DsString | |
| format(const char *format,...) | DsString | |
| format(const char *format, va_list args) | DsString | |
| front(void) | DsString | inline |
| insert(size_t pos, char c, size_t count) | DsString | |
| insert(size_t pos, char c) | DsString | inline |
| insert(size_t pos, const char *str) | DsString | |
| length(void) const | DsString | inline |
| maxLength(void) const | DsString | inline |
| npos | DsString | static |
| operator const char *() const | DsString | inline |
| operator!=(const char *rhs) const | DsString | inline |
| operator+(const DsString &rhs) | DsString | |
| operator+=(const char *rhs) | DsString | |
| operator<(const char *rhs) const | DsString | inline |
| operator<=(const char *rhs) const | DsString | |
| operator=(const DsString &rhs) | DsString | |
| operator=(DsString &&rhs) | DsString | |
| operator=(const char *rhs) | DsString | |
| operator==(const char *rhs) const | DsString | |
| operator>(const char *rhs) const | DsString | inline |
| operator>=(const char *rhs) const | DsString | |
| substr(char *substr, size_t pos, size_t count) const | DsString | |
| ~DsString() | DsString |