BASE typedef | tString | |
CHAR typedef | tString | |
Clear() | tString | |
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 | tString | |
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 | |
RemoveWordLeft(int start) | tString | |
RemoveWordRight(int start) | tString | |
Reverse() const | tString | |
RTrim() const | tString | |
SetLen(int len) | tString | |
SetPos(int len, bool cut) | tString | |
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 | |
THISCLASS typedef | tString | |
tLineString(tString const &) | tLineString | |
tLineString() | tLineString | |
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_OPERATOR_ALLTYPES(+) WRAP_MUTATING_OPERATOR_ALLTYPES(+ | tString | |
~tLineString() | tLineString | |