|
Public Types |
typedef OSCL_wString::chartype | chartype |
Public Methods |
OSCL_IMPORT_REF | OSCL_wHeapStringA () |
OSCL_IMPORT_REF | OSCL_wHeapStringA (Oscl_DefAlloc *alloc, OsclRefCounter *ref=NULL) |
OSCL_IMPORT_REF | OSCL_wHeapStringA (const OSCL_wHeapStringA &src) |
OSCL_IMPORT_REF | OSCL_wHeapStringA (const OSCL_wHeapStringA &src, Oscl_DefAlloc *alloc, OsclRefCounter *ref=NULL) |
OSCL_IMPORT_REF | OSCL_wHeapStringA (const OSCL_wString &src, Oscl_DefAlloc *alloc=NULL, OsclRefCounter *ref=NULL) |
OSCL_IMPORT_REF | OSCL_wHeapStringA (const chartype *cstr, Oscl_DefAlloc *alloc=NULL, OsclRefCounter *ref=NULL) |
OSCL_IMPORT_REF | OSCL_wHeapStringA (const chartype *buf, uint32 length, Oscl_DefAlloc *alloc=NULL, OsclRefCounter *ref=NULL) |
OSCL_IMPORT_REF | ~OSCL_wHeapStringA () |
OSCL_IMPORT_REF uint32 | get_size () const |
OSCL_IMPORT_REF uint32 | get_maxsize () const |
OSCL_IMPORT_REF const chartype * | get_cstr () const |
OSCL_IMPORT_REF chartype * | get_str () const |
OSCL_IMPORT_REF OSCL_wHeapStringA & | operator= (const OSCL_wHeapStringA &src) |
OSCL_IMPORT_REF OSCL_wHeapStringA & | operator= (const OSCL_wString &src) |
OSCL_IMPORT_REF OSCL_wHeapStringA & | operator= (const chartype *cstr) |
OSCL_IMPORT_REF void | set (const chartype *buf, uint32 length) |
Friends |
class | OSCL_wString |