|
void | clear () |
|
void | resize (int count=0) |
|
v * | findKeyValue (const k &key) const |
|
k * | firstKeyValue () |
|
v & | addKeyValue (const k &key) |
|
v & | addNewKeyValue (const k &key) |
|
bool | keyExists (const k &key) |
|
bool | isEmpty () |
|
bool | remove (const k &key) |
|
unsigned int | size () |
|
|
static void * | NewEntry (size_t size) |
|
static void | DeleteEntry (void *entry) |
|
static void * | NewTable (size_t count) |
|
static void | DeleteTable (void *table) |
|
|
Entry * | findKeyEntry (const k &key) const |
|
Entry * | addKeyEntry (const k &key) |
|
Entry * | addNewKeyEntry (const k &key) |
|
|
Entry ** | table |
|
unsigned int | tableLength |
|
unsigned int | threshold |
|
unsigned int | count |
|
short unsigned int | tableLengthIndex |
|
Entry * | defaultEntry |
|
|
class | con_set_enum< k, v > |
|
The documentation for this class was generated from the following file: