commore  1.0.6-SNAPSHOT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AString.h File Reference
#include "Commore.h"

Go to the source code of this file.

Classes

struct  commore::RawAString
 
class  commore::AString
 

Namespaces

 commore
 

Typedefs

typedef RawAString * commore::PRawAString
 

Functions

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::OBStreamoperator<< (commore::OBStream &o, const commore::AString &s)
 
CMREXD commore::IBStreamoperator>> (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)
 

Function Documentation

CMREXD void DecodeFromUTF8 ( const commore::AString source,
commore::AString dest 
)
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 
)
const CMREXD commore::OBStreamFormat& operator<< ( const commore::OBStreamFormat o,
const commore::AString  
)