BASE typedef | tColoredString | |
CHAR typedef | tString | |
Clear() | tString | |
ColorString(REAL r, REAL g, REAL b) | tColoredString | [inline, static] |
Compare(const CHAR *other) const | tString | |
Compare(const CHAR *other, bool ignoreCase) const | tString | |
CompareAlphaNumerical(const tString &a, const tString &b) | tString | [static] |
Convert(T &target, size_type startPos=0) const | tString | [inline] |
Count(CHAR what) const | tString | |
EndsWith(const tString &other) const | tString | |
EndsWith(const CHAR *other) const | tString | |
GetFileMimeExtension() const | tString | |
Len() const | tString | |
LongestLine() const | tColoredString | |
LTrim() const | tString | |
NetFilter() | tString | |
operator const CHAR *() const | tString | |
operator()(size_t i) const | tString | |
operator()(size_t i) | tString | |
operator()(int i) const | tString | |
operator()(int i) | tString | |
operator[](size_t i) const | tString | |
operator[](size_t i) | tString | |
operator[](int i) const | tString | |
operator[](int i) | tString | |
PosWordLeft(int start) const | tString | |
PosWordRight(int start) const | tString | |
ReadLine(std::istream &s, bool enableEscapeSequences=false) | tString | |
RemoveSubStr(int start, int length) | tString | |
RemoveTrailingColor() | tColoredString | |
RemoveWordLeft(int start) | tString | |
RemoveWordRight(int start) | tString | |
Reverse() const | tString | |
RTrim() const | tString | |
SetLen(int len) | tString | |
SetPos(int len, bool cut=false) | tColoredString | |
SetSize(unsigned int size) | tString | |
Size() const | tString | |
StartsWith(const tString &other) const | tString | |
StartsWith(const CHAR *other) const | tString | |
StripWhitespace(void) const | tString | |
StrPos(const tString &tofind) const | tString | |
StrPos(int start, const tString &tofind) const | tString | |
StrPos(const CHAR *tofind) const | tString | |
StrPos(int start, const CHAR *tofind) const | tString | |
SubStr(int start, int len) const | tString | |
SubStr(int start) const | tString | |
tColoredString() | tColoredString | |
tColoredString(const tColoredString &other) | tColoredString | |
tColoredString(const tString &other) | tColoredString | [explicit] |
tColoredString(const CHAR *other) | tColoredString | [explicit] |
tColoredString(const tOutput &other) | tColoredString | [explicit] |
THISCLASS typedef | tColoredString | |
ToFloat(size_type pos=0) const | tString | |
ToInt(size_type pos=0) const | tString | |
ToLower(void) const | tString | |
ToUpper(void) const | tString | |
Trim() const | tString | |
Truncate(int truncateAt) const | tString | |
tString() | tString | |
tString(const BASE &) | tString | |
tString(const tString &) | tString | |
tString(const CHAR *) | tString | [explicit] |
tString(T begin, T end) | tString | [inline] |
WRAP_MUTATING_OPERATOR(=, CHAR const *) WRAP_MUTATING_OPERATOR( | tColoredString | |
WRAP_MUTATING_OPERATOR(=, tOutput const &) static tString RemoveColors(const CHAR *c) | tColoredString | |
WRAP_OPERATOR_ALLTYPES(+) WRAP_MUTATING_OPERATOR_ALLTYPES(+ | tString | |
~tColoredString() | tColoredString | |