libcommonc++
0.7
|
This is the complete list of members for Char, including all inherited members.
BACKSPACE | Char | static |
BELL | Char | static |
Char() | Char | |
Char(char c) | Char | explicit |
Char(char16_t c) | Char | explicit |
Char(int c) | Char | |
DELETE | Char | static |
ESCAPE | Char | static |
FORM_FEED | Char | static |
isAlphabetic() const | Char | |
isAlphabetic(char16_t c) | Char | static |
isAlphaNumeric() const | Char | |
isAlphaNumeric(char16_t c) | Char | static |
isASCII() const | Char | |
isASCII(char16_t c) | Char | static |
isControl() const | Char | |
isControl(char16_t c) | Char | static |
isDigit() const | Char | |
isDigit(char16_t c) | Char | static |
isGraphical() const | Char | |
isGraphical(char16_t c) | Char | static |
isHexDigit() const | Char | |
isHexDigit(char16_t c) | Char | static |
isHighASCII() const | Char | |
isHighASCII(char16_t c) | Char | static |
isHighSurrogate() const | Char | |
isHighSurrogate(char16_t c) | Char | static |
isLetter() const | Char | |
isLetter(char16_t c) | Char | static |
isLowASCII() const | Char | |
isLowASCII(char16_t c) | Char | static |
isLowerCase() const | Char | |
isLowerCase(char16_t c) | Char | static |
isLowSurrogate() const | Char | |
isLowSurrogate(char16_t c) | Char | static |
isNul() const | Char | |
isNul(char16_t c) | Char | static |
isPrintable() const | Char | |
isPrintable(char16_t c) | Char | static |
isPunctuation() const | Char | |
isPunctuation(char16_t c) | Char | static |
isSign() const | Char | |
isSign(char16_t c) | Char | static |
isUpperCase() const | Char | |
isUpperCase(char16_t c) | Char | static |
isWhitespace() const | Char | |
isWhitespace(char16_t c) | Char | static |
NEWLINE | Char | static |
nul | Char | static |
operator!() const | Char | inline |
operator!=(const Char &other) const | Char | inline |
operator++() | Char | inline |
operator++(int) | Char | inline |
operator--() | Char | inline |
operator--(int) | Char | inline |
operator<(const Char &other) const | Char | inline |
operator<=(const Char &other) const | Char | inline |
operator=(char c) | Char | |
operator=(char16_t c) | Char | |
operator=(int c) | Char | |
operator==(const Char &other) const | Char | inline |
operator==(char16_t other) const | Char | inline |
operator>(const Char &other) const | Char | inline |
operator>=(const Char &other) const | Char | inline |
RETURN | Char | static |
SPACE | Char | static |
TAB | Char | static |
toASCII() const | Char | |
toASCII(char16_t c) | Char | static |
toChar16() const | Char | inline |
toLowerCase() const | Char | |
toLowerCase(char16_t c) | Char | static |
toUpperCase() const | Char | |
toUpperCase(char16_t c) | Char | static |
VERTICAL_TAB | Char | static |
~Char() | Char |