|
enum | DuplicationPolicy { noDuplication = 0,
duplicate,
duplicateOnCopy
} |
|
|
| CZString (int index) |
|
| CZString (const char *cstr, DuplicationPolicy allocate) |
|
| CZString (const CZString &other) |
|
CZString & | operator= (const CZString &other) |
|
bool | operator< (const CZString &other) const |
|
bool | operator== (const CZString &other) const |
|
int | index () const |
|
const char * | c_str () const |
|
bool | isStaticString () const |
|
|
const char * | cstr_ |
|
int | index_ |
|
Definition at line 172 of file value.h.
The documentation for this class was generated from the following files: