Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

OSCL_wHeapString< Alloc > Class Template Reference
[OSCL Util]

#include <oscl_string_containers.h>

Inheritance diagram for OSCL_wHeapString< Alloc >:

OSCL_wString

Public Types

typedef OSCL_wString::chartype chartype

Public Methods

 OSCL_wHeapString ()
 OSCL_wHeapString (const OSCL_wHeapString &src)
 OSCL_wHeapString (const OSCL_wString &src)
 OSCL_wHeapString (const chartype *cstr)
 OSCL_wHeapString (const chartype *buf, uint32 length)
 ~OSCL_wHeapString ()
uint32 get_size () const
uint32 get_maxsize () const
const chartypeget_cstr () const
chartypeget_str () const
OSCL_wHeapString & operator= (const OSCL_wHeapString &src)
OSCL_wHeapString & operator= (const OSCL_wString &src)
OSCL_wHeapString & operator= (const chartype *cstr)
void set (const chartype *buf, uint32 length)

Friends

class OSCL_wString

Detailed Description

template<class Alloc>
class OSCL_wHeapString< Alloc >

OSCL_wHeapString is identical to OSCL_HeapString except that it uses wide-character format. For descriptions, see OSCL_HeapString.


Member Typedef Documentation

template<class Alloc>
typedef OSCL_wString::chartype OSCL_wHeapString< Alloc >::chartype
 

Reimplemented from OSCL_wString.


Friends And Related Function Documentation

template<class Alloc>
friend class OSCL_wString [friend]
 


The documentation for this class was generated from the following file:
OSCL API
Posting Version: OPENCORE_20090310