| alive() const | GenObject | [virtual] |
| append(const char *value, const char *separator=0, bool force=false) | String | |
| append(double value, unsigned int decimals=3) | String | |
| assign(const char *value, int len=-1) | String | |
| assign(char value, unsigned int repeat=1) | String | |
| at(int index) const | String | |
| boolText(bool value) | String | [inline, static] |
| c_str() const | String | [inline] |
| changed() | Regexp | [protected, virtual] |
| clear() | String | |
| compile() | Regexp | |
| destruct() | GenObject | [virtual] |
| empty() | String | [static] |
| endsWith(const char *what, bool wordBreak=false, bool caseInsensitive=false) const | String | |
| find(char what, unsigned int offs=0) const | String | |
| find(const char *what, unsigned int offs=0) const | String | |
| getObject(const String &name) const | String | [virtual] |
| hash() const | String | |
| hash(const char *value) | String | [static] |
| hexify(void *data, unsigned int len, char sep=0, bool upCase=false) | String | |
| isBoolean() const | String | |
| isCaseInsensitive() const | Regexp | |
| isExtended() const | Regexp | |
| length() const | String | [inline] |
| matchCount() const | String | |
| matches(const char *value) const | Regexp | |
| matches(const String &value) const | Regexp | [inline, virtual] |
| TelEngine::String::matches(Regexp &rexp) | String | |
| matchLength(int index=0) const | String | |
| matchOffset(int index=0) const | String | |
| matchString(int index=0) const | String | [inline] |
| msgEscape(const char *str, char extraEsc=0) | String | [static] |
| msgEscape(char extraEsc=0) const | String | [inline] |
| msgUnescape(const char *str, int *errptr=0, char extraEsc=0) | String | [static] |
| msgUnescape(int *errptr=0, char extraEsc=0) const | String | [inline] |
| null() const | String | [inline] |
| operator &=(const char *value) const | String | |
| operator const char *() const | String | [inline] |
| operator!=(const char *value) const | String | |
| operator!=(const String &value) const | String | |
| operator+=(const char *value) | String | |
| operator+=(char value) | String | |
| operator+=(int value) | String | |
| operator+=(unsigned int value) | String | |
| operator+=(bool value) | String | [inline] |
| operator<<(const char *value) | String | [inline] |
| operator<<(char value) | String | [inline] |
| operator<<(int value) | String | [inline] |
| operator<<(unsigned int value) | String | [inline] |
| operator<<(bool value) | String | [inline] |
| operator=(const char *value) | Regexp | [inline] |
| TelEngine::String::operator=(const String &value) | String | [inline] |
| TelEngine::String::operator=(const String *value) | String | [inline] |
| TelEngine::String::operator=(char value) | String | |
| TelEngine::String::operator=(int value) | String | |
| TelEngine::String::operator=(unsigned int value) | String | |
| TelEngine::String::operator=(bool value) | String | [inline] |
| operator==(const char *value) const | String | |
| operator==(const String &value) const | String | |
| operator>>(const char *skip) | String | |
| operator>>(char &store) | String | |
| operator>>(int &store) | String | |
| operator>>(unsigned int &store) | String | |
| operator>>(bool &store) | String | |
| operator[](int index) const | String | [inline] |
| operator|=(const char *value) const | String | |
| Regexp() | Regexp | |
| Regexp(const char *value, bool extended=false, bool insensitive=false) | Regexp | |
| Regexp(const Regexp &value) | Regexp | |
| replaceMatches(const String &templ) const | String | |
| rfind(char what) const | String | |
| safe() const | String | [inline] |
| setFlags(bool extended, bool insensitive) | Regexp | |
| split(char separator, bool emptyOK=true) const | String | |
| sqlEscape(const char *str, char extraEsc=0) | String | [static] |
| sqlEscape(char extraEsc=0) const | String | [inline] |
| startSkip(const char *what, bool wordBreak=true, bool caseInsensitive=false) | String | |
| startsWith(const char *what, bool wordBreak=false, bool caseInsensitive=false) const | String | |
| String (defined in Regexp) | Regexp | [friend] |
| TelEngine::String::String() | String | |
| TelEngine::String::String(const char *value, int len=-1) | String | |
| TelEngine::String::String(char value, unsigned int repeat=1) | String | |
| TelEngine::String::String(int value) | String | |
| TelEngine::String::String(unsigned int value) | String | |
| TelEngine::String::String(bool value) | String | |
| TelEngine::String::String(const String &value) | String | |
| TelEngine::String::String(const String *value) | String | |
| substr(int offs, int len=-1) const | String | |
| toBoolean(bool defvalue=false) const | String | |
| toDouble(double defvalue=0.0) const | String | |
| toInteger(int defvalue=0, int base=0) const | String | |
| toInteger(const TokenDict *tokens, int defvalue=0, int base=0) const | String | |
| toLower() | String | |
| toString() const | String | [virtual] |
| toUpper() | String | |
| trimBlanks() | String | |
| uriEscape(const char *str, char extraEsc=0) | String | [static] |
| uriEscape(char extraEsc=0) const | String | [inline] |
| uriUnescape(const char *str, int *errptr=0) | String | [static] |
| uriUnescape(int *errptr=0) const | String | [inline] |
| ~GenObject() | GenObject | [inline, virtual] |
| ~Regexp() | Regexp | [virtual] |
| ~String() | String | [virtual] |