Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
SbDict.h -
SYNOPSIS
#include <stddef.h>
#include <Inventor/SbBasic.h>
Classes
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. "
Typedefs
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)
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 SbDict.h(3)