#include <faith/char.h>
Public Member Functions | |
| CharRef (const CharRef ©) | |
| bool | operator== (const Char &other) const |
| bool | operator== (const CharRef &other) const |
| bool | operator!= (const Char &other) const |
| bool | operator!= (const CharRef &other) const |
| CharRef & | operator= (const Char ©) |
| CharRef & | operator= (unsigned short c) |
| CharRef & | operator= (const CharRef &c) |
| char | latin1 () const |
| unsigned short | unicode () const |
| uint32_t | unicode32 () const |
| bool | isNull () const |
| bool | isPrint () const |
| bool | isSpace () const |
| bool | isLetterOrNumber () const |
| bool | isDigit () const |
| bool | isLetter () const |
| Faith::CharRef::CharRef | ( | const CharRef & | copy | ) |
| bool Faith::CharRef::isDigit | ( | ) | const [inline] |
| bool Faith::CharRef::isLetter | ( | ) | const [inline] |
| bool Faith::CharRef::isLetterOrNumber | ( | ) | const [inline] |
| bool Faith::CharRef::isNull | ( | ) | const [inline] |
| bool Faith::CharRef::isPrint | ( | ) | const [inline] |
| bool Faith::CharRef::isSpace | ( | ) | const [inline] |
| char Faith::CharRef::latin1 | ( | ) | const [inline] |
| bool Faith::CharRef::operator!= | ( | const CharRef & | other | ) | const [inline] |
| bool Faith::CharRef::operator!= | ( | const Char & | other | ) | const [inline] |
| CharRef& Faith::CharRef::operator= | ( | unsigned short | c | ) |
| bool Faith::CharRef::operator== | ( | const CharRef & | other | ) | const |
| bool Faith::CharRef::operator== | ( | const Char & | other | ) | const |
| unsigned short Faith::CharRef::unicode | ( | ) | const [inline] |
| uint32_t Faith::CharRef::unicode32 | ( | ) | const |
1.4.7