#include <ObjectTable.h>
Public Attributes | |
unsigned int | length |
unsigned int | count |
unsigned int | limit |
unsigned int | prime |
struct HashEntry ** | table |
Definition at line 46 of file ObjectTable.h.
unsigned int cmlabs::HashTable::length |
Definition at line 47 of file ObjectTable.h.
unsigned int cmlabs::HashTable::count |
Definition at line 48 of file ObjectTable.h.
unsigned int cmlabs::HashTable::limit |
Definition at line 49 of file ObjectTable.h.
unsigned int cmlabs::HashTable::prime |
Definition at line 50 of file ObjectTable.h.
struct HashEntry** cmlabs::HashTable::table [read] |
Definition at line 51 of file ObjectTable.h.