Go to the source code of this file.
|
| long CMREXD | commore::read_xml (AString &sOut, IBStream &i) |
| |
| long CMREXD | commore::write_xml (const AString &sIn, OBStream &o) |
| |
| AString CMREXD | commore::create_guid () |
| |
| AString CMREXD | commore::create_cmr_guid () |
| |
| CMREXD commore::AString | operator+ (const commore::AString &string1, const commore::AString &string2) |
| |
| CMREXD commore::AString | operator+ (const commore::AString &string, commore::AChar ch) |
| |
| CMREXD commore::AString | operator+ (commore::AChar ch, const commore::AString &string) |
| |
| CMREXD commore::AString | operator+ (const commore::AString &string, const commore::AChar *lpsz) |
| |
| CMREXD commore::AString | operator+ (const commore::AChar *lpsz, const commore::AString &string) |
| |
| CMREXD commore::OBStream & | operator<< (commore::OBStream &o, const commore::AString &s) |
| |
| CMREXD commore::IBStream & | operator>> (commore::IBStream &i, commore::AString &s) |
| |
const CMREXD
commore::OBStreamFormat & | operator<< (const commore::OBStreamFormat &o, const commore::AString &) |
| |
| CMREXD void | DecodeFromUTF8 (const commore::AString &source, commore::AString &dest) |
| |