, including all inherited members.
| collate(const T *str1, const T *str2) | BasicCharTraits< T > | [static] |
| compare(const T *str1, const T *str2, bool ignoreCase=false) | BasicCharTraits< T > | [static] |
| compare(const T *str1, const T *str2, size_t n, bool ignoreCase=false) | BasicCharTraits< T > | [static] |
| compare(T c1, T c2, bool ignoreCase=false) | BasicCharTraits< T > | [static] |
| concat(T *dest, const T *src, size_t n) | BasicCharTraits< T > | [static] |
| copy(T *dest, const T *src, size_t n) | BasicCharTraits< T > | [static] |
| digits() | BasicCharTraits< T > | [static] |
| doubleFormat() | BasicCharTraits< T > | [static] |
| empty() | BasicCharTraits< T > | [static] |
| encoding() | BasicCharTraits< T > | [static] |
| END | BasicCharTraits< T > | [static] |
| falseRep() | BasicCharTraits< T > | [static] |
| find(T *str, T c, size_t len=0) | BasicCharTraits< T > | [static] |
| find(const T *str, T c, size_t len=0) | BasicCharTraits< T > | [static] |
| find(T *str, const T *s) | BasicCharTraits< T > | [static] |
| find(const T *str, const T *s) | BasicCharTraits< T > | [static] |
| findLast(T *str, T c, uint_t fromIndex=END) | BasicCharTraits< T > | [static] |
| findLast(const T *str, T c, uint_t fromIndex=END) | BasicCharTraits< T > | [static] |
| findLast(T *str, const T *s, uint_t fromIndex=END) | BasicCharTraits< T > | [static] |
| findLast(const T *str, const T *s, uint_t fromIndex=END) | BasicCharTraits< T > | [static] |
| fromInt(int v) | BasicCharTraits< T > | [static] |
| int64Format() | BasicCharTraits< T > | [static] |
| intFormat() | BasicCharTraits< T > | [static] |
| isAlpha(T c) | BasicCharTraits< T > | [static] |
| isAlphaNumeric(T c) | BasicCharTraits< T > | [static] |
| isControl(T c) | BasicCharTraits< T > | [static] |
| isDigit(T c) | BasicCharTraits< T > | [static] |
| isGraphical(T c) | BasicCharTraits< T > | [static] |
| isHexDigit(T c) | BasicCharTraits< T > | [static] |
| isLowerCase(T c) | BasicCharTraits< T > | [static] |
| isNul(T c) | BasicCharTraits< T > | [static] |
| isPrintable(T c) | BasicCharTraits< T > | [static] |
| isSign(T c) | BasicCharTraits< T > | [static] |
| isUpperCase(T c) | BasicCharTraits< T > | [static] |
| isWhitespace(T c) | BasicCharTraits< T > | [static] |
| length(const T *str) | BasicCharTraits< T > | [static] |
| minus() | BasicCharTraits< T > | [static] |
| move(T *dest, T *src, size_t n) | BasicCharTraits< T > | [static] |
| nul() | BasicCharTraits< T > | [static] |
| null() | BasicCharTraits< T > | [static] |
| nullRep() | BasicCharTraits< T > | [static] |
| plus() | BasicCharTraits< T > | [static] |
| printf(T *str, size_t len, const T *format,...) | BasicCharTraits< T > | [static] |
| rawCompare(const T *str1, const T *str2, size_t n) | BasicCharTraits< T > | [static] |
| rawCopy(T *dest, const T *src, size_t n) | BasicCharTraits< T > | [static] |
| span(const T *str, const T *accept) | BasicCharTraits< T > | [static] |
| toDouble(const T *str, T **endptr=NULL) | BasicCharTraits< T > | [static] |
| toFloat(const T *str, T **endptr=NULL) | BasicCharTraits< T > | [static] |
| toInt(T c) | BasicCharTraits< T > | [static] |
| toLong(const T *str, T **endptr=NULL, int base=10) | BasicCharTraits< T > | [static] |
| toLongLong(const T *str, T **endptr=NULL, int base=10) | BasicCharTraits< T > | [static] |
| toLowerCase(T c) | BasicCharTraits< T > | [static] |
| toULong(const T *str, T **endptr=NULL, int base=10) | BasicCharTraits< T > | [static] |
| toULongLong(const T *str, T **endptr=NULL, int base=10) | BasicCharTraits< T > | [static] |
| toUpperCase(T c) | BasicCharTraits< T > | [static] |
| trueRep() | BasicCharTraits< T > | [static] |
| uint64Format() | BasicCharTraits< T > | [static] |
| uintFormat() | BasicCharTraits< T > | [static] |
| vprintf(T *str, size_t len, const T *format, va_list vp) | BasicCharTraits< T > | [static] |
| whitespace() | BasicCharTraits< T > | [static] |