![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <StrPool.h>
Public Member Functions | |
| idStrPool () | |
| void | SetCaseSensitive (bool caseSensitive) |
| int | Num (void) const |
| size_t | Allocated (void) const |
| size_t | Size (void) const |
| const idPoolStr * | operator[] (int index) const |
| const idPoolStr * | AllocString (const char *string) |
| void | FreeString (const idPoolStr *poolStr) |
| const idPoolStr * | CopyString (const idPoolStr *poolStr) |
| void | Clear (void) |
Private Attributes | |
| bool | caseSensitive |
| idList< idPoolStr * > | pool |
| idHashIndex | poolHash |
|
private |
1.8.6.