.TH "SbDict.h" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SbDict.h \- .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBSbDict\fP" .br .RI "\fIThe \fBSbDict\fP class organizes a dictionary of keys and values\&. .PP It uses hashing to quickly insert and find entries in the dictionary\&. An entry consists of an unique key and a generic pointer\&. \fP" .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef uintptr_t \fBSbDictKeyType\fP" .br .ti -1c .RI "typedef void \fBSbDictApplyFunc\fP (SbDictKeyType key, void *value)" .br .ti -1c .RI "typedef void \fBSbDictApplyDataFunc\fP (SbDictKeyType key, void *value, void *data)" .br .ti -1c .RI "typedef SbDictKeyType \fBSbDictHashingFunc\fP (const SbDictKeyType key)" .br .in -1c .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.