qca
QCA::Botan::Charset Namespace Reference
Functions | |
| bool | caseless_cmp (char, char) |
| byte | char2digit (char) |
| char | digit2char (byte) |
| bool | is_digit (char) |
| bool | is_space (char) |
| std::string | transcode (const std::string &, Character_Set, Character_Set) |
Function Documentation
| bool QCA::Botan::Charset::caseless_cmp | ( | char | a, | |
| char | b | |||
| ) |
Definition at line 141 of file charset.cpp.
| byte QCA::Botan::Charset::char2digit | ( | char | c | ) |
Definition at line 97 of file charset.cpp.
| char QCA::Botan::Charset::digit2char | ( | byte | b | ) |
Definition at line 119 of file charset.cpp.
| bool QCA::Botan::Charset::is_digit | ( | char | c | ) |
Definition at line 76 of file charset.cpp.
| bool QCA::Botan::Charset::is_space | ( | char | c | ) |
Definition at line 87 of file charset.cpp.
| std::string QCA::Botan::Charset::transcode | ( | const std::string & | str, | |
| Character_Set | to, | |||
| Character_Set | from | |||
| ) |
Definition at line 66 of file charset.cpp.
KDE 4.4 API Reference