C++ TargetRTS
|
Classes | |
class | Iterator |
Public Member Functions | |
RTDictionary (unsigned initialSize=0) | |
RTDictionary (const RTDictionary &) | |
RTDictionary & | operator= (const RTDictionary &) |
unsigned | size (void) const |
int | atPut (const char *key, void *value) |
int | add (const RTAssociation &) |
int | remove (const char *key) |
void * | operator[] (const char *key) const |
const RTAssociation * | iterate (Iterator &) const |
Static Public Member Functions | |
static unsigned | hash (const char *, unsigned) |
Protected Member Functions | |
RTAssociation * | find (const char *) const |
Protected Attributes | |
unsigned | _size |
unsigned | _used |
RTAssociation * | _contents |