Sbdict.h -
#include <stddef.h>
#include <Inventor/SbBasic.h>
class SbDict
The SbDict class organizes a dictionary of keys and values.
It uses hashing to quickly insert and find entries in the dictionary. An entry consists of an unique key and a generic pointer. "
typedef uintptr_t SbDictKeyType
typedef void SbDictApplyFunc (SbDictKeyType key, void *value)
typedef void SbDictApplyDataFunc (SbDictKeyType key, void *value, void *data)
typedef SbDictKeyType SbDictHashingFunc (const SbDictKeyType key)
Generated automatically by Doxygen for Coin from the source code.