34#if defined(COIN_INTERNAL) && !defined(COIN_ALLOW_SBDICT)
35#error prefer SbHash over SbDict for internal code
41#include <Inventor/SbBasic.h>
50typedef void SbDictApplyDataFunc(
SbDictKeyType key,
void * value,
void * data);
64 void applyToAll(SbDictApplyFunc *
rtn)
const;
65 void applyToAll(SbDictApplyDataFunc *
rtn,
void * data)
const;
68 SbBool enter(
const Key key,
void *
const value);
69 SbBool
find(
const Key key,
void *& value)
const;
71 SbBool
remove(
const Key key);
73 void setHashingFunction(SbDictHashingFunc * func);
76 struct cc_hash * hashtable;
The SbDict class organizes a dictionary of keys and values.
Definition SbDict.h:54
The SbList class is a template container class for lists.
Definition SbList.h:61
int find(const Type item) const
Definition SbList.h:117
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
void remove(const int index)
Definition SbList.h:143
The SbPList class is a container class for void pointers.
Definition SbPList.h:31