Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Classes | Typedefs
SbDict.h File Reference
#include <stddef.h>
#include <Inventor/SbBasic.h>

Go to the source code of this file.

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. More...
 

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)
 

Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen