|
commore
1.0.6-SNAPSHOT
|
Go to the source code of this file.
Classes | |
| struct | commore::RawString |
| class | commore::String |
| class | commore::String::Allocator |
Namespaces | |
| commore | |
Typedefs | |
| typedef RawString * | commore::PRawString |
Functions | |
| int | commore::strcmp (const Char *s1, const Char *s2) |
| int | commore::stricmp (const Char *s1, const Char *s2) |
| CMREXD bool | FromUTF8 (commore::String &so, const commore::AChar *si) |
| CMREXD void | EncodeToUTF8 (const commore::String &source, commore::AString &dest) |
| CMREXD void | EncodeToUTF8 (commore::Char ch, commore::AString &dest) |
| CMREXD void | EncodeToUTF8 (const commore::Char *source, commore::AString &dest) |
| CMREXD void | DecodeFromUTF8 (const commore::AString &source, commore::String &dest) |
| CMREXD commore::OBStream & | operator<< (commore::OBStream &o, const commore::String &s) |
| CMREXD void DecodeFromUTF8 | ( | const commore::AString & | source, |
| commore::String & | dest | ||
| ) |
| CMREXD void EncodeToUTF8 | ( | const commore::String & | source, |
| commore::AString & | dest | ||
| ) |
| CMREXD void EncodeToUTF8 | ( | commore::Char | ch, |
| commore::AString & | dest | ||
| ) |
| CMREXD void EncodeToUTF8 | ( | const commore::Char * | source, |
| commore::AString & | dest | ||
| ) |
| CMREXD bool FromUTF8 | ( | commore::String & | so, |
| const commore::AChar * | si | ||
| ) |
| CMREXD commore::OBStream& operator<< | ( | commore::OBStream & | o, |
| const commore::String & | s | ||
| ) |