#include <UT_TokenString.h>
|
| bool | operator== (const UT_TokenString &str) const |
| |
| bool | operator!= (const UT_TokenString &str) const |
| |
| int | strcmp (const UT_TokenString &str) const |
| |
| UT_TokenString & | operator= (const UT_TokenString &str) |
| |
| UT_TokenString & | operator+= (const UT_TokenString &str) |
| |
| void | append (int16 value, bool hashonly=false) |
| |
| void | append (uint16 value, bool hashonly=false) |
| |
| void | append (int32 value, bool hashonly=false) |
| |
| void | append (uint32 value, bool hashonly=false) |
| |
| void | append (int64 value, bool hashonly=false) |
| |
| void | append (uint64 value, bool hashonly=false) |
| |
| void | append (fpreal32 value, bool hashonly=false) |
| |
| void | append (fpreal64 value, bool hashonly=false) |
| |
| void | append (char value, bool hashonly=false) |
| |
| void | append (const char *value, bool hashonly=false) |
| |
| void | append (const UT_String &value, bool hashonly=false) |
| |
| void | append (const UT_WorkBuffer &value, bool hashonly=false) |
| |
| void | appendPointer (const void *, bool hashonly=false) |
| |
| void | clear () |
| |
| unsigned int | getHashCode () const |
| |
| int64 | getMemoryUsage (bool inclusive) const |
| |
| int | copyToMem (void *mem, int *length) const |
| |
| void | copyFromMem (void *mem, int *length) |
| |
| void | print () const |
| |
| void | getPrintable (UT_String &string) const |
| |
| void | getPrintable (UT_StringHolder &string) const |
| |
| void | compress () |
| |
| | UT_TokenString () |
| |
| | ~UT_TokenString () |
| |
Definition at line 32 of file UT_TokenString.h.
| UT_TokenString::UT_TokenString |
( |
| ) |
|
| UT_TokenString::~UT_TokenString |
( |
| ) |
|
| void UT_TokenString::append |
( |
int16 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
uint16 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
int32 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
uint32 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
int64 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
uint64 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
fpreal32 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
fpreal64 |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
char |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
const char * |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::append |
( |
const UT_String & |
value, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::appendPointer |
( |
const void * |
, |
|
|
bool |
hashonly = false |
|
) |
| |
| void UT_TokenString::clear |
( |
| ) |
|
| void UT_TokenString::compress |
( |
| ) |
|
| void UT_TokenString::copyFromMem |
( |
void * |
mem, |
|
|
int * |
length |
|
) |
| |
| int UT_TokenString::copyToMem |
( |
void * |
mem, |
|
|
int * |
length |
|
) |
| const |
| unsigned int UT_TokenString::getHashCode |
( |
| ) |
const |
|
inline |
| int64 UT_TokenString::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
| void UT_TokenString::print |
( |
| ) |
const |
| unsigned char* UT_TokenString::myString |
The documentation for this class was generated from the following file: