#include <oscl_string_containers.h>
Inheritance diagram for OSCL_wStackString< MaxBufSize >:
Public Types | |
typedef OSCL_wString::chartype | chartype |
Public Methods | |
OSCL_wStackString () | |
OSCL_wStackString (const OSCL_wStackString &src) | |
OSCL_wStackString (const OSCL_wString &src) | |
OSCL_wStackString (const chartype *cstr) | |
OSCL_wStackString (const chartype *buf, uint32 length) | |
~OSCL_wStackString () | |
uint32 | get_size () const |
uint32 | get_maxsize () const |
const chartype * | get_cstr () const |
chartype * | get_str () const |
OSCL_wStackString & | operator= (const OSCL_wStackString &src) |
OSCL_wStackString & | operator= (const OSCL_wString &src) |
OSCL_wStackString & | operator= (const chartype *cstr) |
void | set (const chartype *buf, uint32 length) |
Friends | |
class | OSCL_wString |
|
Reimplemented from OSCL_wString. |
|
|