Go to the source code of this file.
Functions | |
~SbDict () | |
void | applyToAll (void(*rtn)(uintptr_t key, void *value)) |
void | applyToAll (void(*rtn)(uintptr_t key, void *value, void *data), void *data) |
void | clear () |
SbBool | enter (uintptr_t key, void *value) |
SbBool | find (uintptr_t key, void *&value) const |
void | makePList (SbPList &keys, SbPList &values) |
SbBool | remove (uintptr_t key) |
void applyToAll | ( | void(*)(uintptr_t key, void *value) | rtn | ) |
void applyToAll | ( | void(*)(uintptr_t key, void *value, void *data) | rtn, |
void * | data | ||
) |
void clear | ( | ) |
SbBool enter | ( | uintptr_t | key, |
void * | value | ||
) |
SbBool find | ( | uintptr_t | key, |
void *& | value | ||
) | const |
SbBool remove | ( | uintptr_t | key | ) |
~SbDict | ( | ) |