| cchars() const | Text | [inline] |
| chars() const | Text | [inline] |
| Empty() const | Text | [inline] |
| FindChar(char c, int start=0) const | Text | |
| FindCharR(char c, int start=MaxInt) const | Text | |
| FindText(const Text &substr, int start=0) const | Text | |
| GCImpl() | Text | [static] |
| Hash() const | Text | |
| Init(const char *str) | Text | [inline] |
| Length() const | Text | [inline] |
| MaxInt enum value | Text | |
| operator!=(const Text &t1, const Text &t2) | Text | [friend] |
| operator+(const Text &t1, const Text &t2) | Text | [friend] |
| operator+(const char *str, const Text &t) | Text | [friend] |
| operator+(const Text &t, const char *str) | Text | [friend] |
| operator+=(const char *str) | Text | |
| operator+=(const Text &t) | Text | |
| operator<(const Text &t1, const Text &t2) | Text | [friend] |
| operator<<(std::ostream &os, const Text &t) | Text | [friend] |
| operator<=(const Text &t1, const Text &t2) | Text | [friend] |
| operator=(const char *str) | Text | |
| operator=(const Text &t) | Text | |
| operator==(const Text &t1, const Text &t2) | Text | [friend] |
| operator>(const Text &t1, const Text &t2) | Text | [friend] |
| operator>=(const Text &t1, const Text &t2) | Text | [friend] |
| operator[](int i) const | Text | [inline] |
| PadLeft(unsigned int toLen, const Text &padding=" ") const | Text | |
| PadRight(unsigned int toLen, const Text &padding=" ") const | Text | |
| s | Text | [protected] |
| Sub(int start, int len=MaxInt) const | Text | |
| Text() | Text | |
| Text(const Text &t) | Text | |
| Text(const char c) | Text | |
| Text(const char *str, void *copy=NULL) | Text | |
| Text(const char *bytes, int len) | Text | |
| Text(const std::string &str) | Text | |
| UnevenLevels(const Text &t) | StatError::UnevenLevels | [inline] |
| WordWrap(const Text &prefix="", unsigned int columns=70) const | Text | |
| ~Text() | Text | |