![]() |
libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
This is the complete list of members for BaseLib::Ansi, including all inherited members.
| _ansiLookup | BaseLib::Ansi | protected |
| _ansiToUtf8 | BaseLib::Ansi | protected |
| _utf8Lookup | BaseLib::Ansi | protected |
| _utf8ToAnsi | BaseLib::Ansi | protected |
| Ansi(bool ansiToUtf8, bool utf8ToAnsi) | BaseLib::Ansi | |
| toAnsi(const std::string &utf8String) | BaseLib::Ansi | |
| toAnsi(const char *utf8String, uint32_t length) | BaseLib::Ansi | |
| toUtf8(const std::string &ansiString) | BaseLib::Ansi | |
| toUtf8(const char *ansiString, uint32_t length) | BaseLib::Ansi | |
| ~Ansi() | BaseLib::Ansi | inlinevirtual |