|
HDK
|
#include <UT_SharedString.h>
Public Member Functions | |
| UT_SharedString () | |
| ~UT_SharedString () | |
| UT_NON_COPYABLE (UT_SharedString) | |
| const UT_StringHolder & | get (const UT_StringRef &str) |
| void | free (const UT_StringRef &str) |
| void | outputStats () |
| void | dumpTable (std::ostream &os) |
| const UT_StringHolder & | allocString (const UT_StringRef &str) |
| void | freeString (const UT_StringRef &str) |
Definition at line 25 of file UT_SharedString.h.
| UT_SharedString::UT_SharedString | ( | ) |
| UT_SharedString::~UT_SharedString | ( | ) |
|
inline |
Definition at line 51 of file UT_SharedString.h.
| void UT_SharedString::dumpTable | ( | std::ostream & | os | ) |
|
inline |
Definition at line 42 of file UT_SharedString.h.
|
inline |
Definition at line 53 of file UT_SharedString.h.
|
inline |
Definition at line 33 of file UT_SharedString.h.
| void UT_SharedString::outputStats | ( | ) |
| UT_SharedString::UT_NON_COPYABLE | ( | UT_SharedString | ) |