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.