a table to manage strings. Strings allocated through this object are expected to be owned by this object.
More...
#include <PxStringTable.h>
a table to manage strings. Strings allocated through this object are expected to be owned by this object.
◆ ~PxStringTable()
virtual PxStringTable::~PxStringTable |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ allocateStr()
virtual const char* PxStringTable::allocateStr |
( |
const char * |
inSrc | ) |
|
|
pure virtual |
Allocate a new string.
- Parameters
-
[in] | inSrc | Source string, null terminated or null. |
- Returns
- *Always* a valid null terminated string. "" is returned if "" or null is passed in.
◆ release()
virtual void PxStringTable::release |
( |
| ) |
|
|
pure virtual |
Release the string table and all the strings associated with it.
The documentation for this class was generated from the following file: