OWBAL::CString Class Reference
List of all members.
Constructor & Destructor Documentation
| OWBAL::CString::CString |
( |
|
) |
|
| OWBAL::CString::CString |
( |
const char * |
|
) |
|
| OWBAL::CString::CString |
( |
const char * |
, |
|
|
unsigned |
length | |
|
) |
| | |
CString constructor.
- Parameters:
-
| [in] | : | characters |
| [in] | : | length |
Member Function Documentation
| static CString OWBAL::CString::newUninitialized |
( |
size_t |
length, |
|
|
char *& |
characterBuffer | |
|
) |
| | [static] |
get new Uninitialized
- Parameters:
-
| [in] | : | length |
| [in] | : | character buffer |
| [out] | : | CString |
| const char* OWBAL::CString::data |
( |
|
) |
const |
get data
- Parameters:
-
| [out] | : | data const char *d = c->data();
|
| char* OWBAL::CString::mutableData |
( |
|
) |
|
get mutable data
- Parameters:
-
| [out] | : | mutable data char *d = c->mutableData();
|
| unsigned OWBAL::CString::length |
( |
|
) |
const |
get length
- Parameters:
-
| [out] | : | length unsigned l = c->length();
|
| bool OWBAL::CString::isNull |
( |
|
) |
const |
test if the CString is null
- Parameters:
-
| [out] | : | true if the CString is null |
release buffer
- Parameters:
-
| [out] | : | Shared buffer RefPtr<SharedBuffer> s = c->releaseBuffer();
|
The documentation for this class was generated from the following file:
- /home/nef/EnvHaineko/haineko/home/developer/Doduo_sandlabs/BAL/OWBAL/Skeletons/Internationalization/CString.t