#include <oscl_string_containers.h>
Inheritance diagram for OSCL_wFastString:
Public Types | |
typedef OSCL_wString::chartype | chartype |
Public Methods | |
OSCL_IMPORT_REF | OSCL_wFastString () |
OSCL_IMPORT_REF | OSCL_wFastString (const OSCL_wFastString &src) |
OSCL_IMPORT_REF | OSCL_wFastString (const chartype *cstr) |
OSCL_IMPORT_REF | OSCL_wFastString (chartype *buf, uint32 maxlen) |
OSCL_IMPORT_REF | ~OSCL_wFastString () |
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_wFastString & | operator= (const OSCL_wFastString &src) |
OSCL_IMPORT_REF OSCL_wFastString & | operator= (const chartype *cstr) |
OSCL_IMPORT_REF void | set (chartype *cstr, uint32 maxlen) |
OSCL_IMPORT_REF void | set_length () |
Friends | |
class | OSCL_wString |
|
Reimplemented from OSCL_wString. |
|
|
|
|
|
|
|
|
|
|
|
Implements OSCL_wString. |
|
Implements OSCL_wString. |
|
Implements OSCL_wString. |
|
Implements OSCL_wString. |
|
Reimplemented from OSCL_wString. |
|
|
|
|
|
|
|
|