offbrand
A collection of generic, reference counted datastructures in C for C
|
obmap pair internal structure, encapsulates a key-value pair for the given map More...
#include <obmap_private.h>
Public Attributes | |
obj | base |
obj * | key |
obj * | value |
obmap pair internal structure, encapsulates a key-value pair for the given map
obj obmap_pair_struct::base |
obj containing reference count and class membership data
obj* obmap_pair_struct::key |
obj pointer to the key used to lookup within the hash
obj* obmap_pair_struct::value |
obj pointer to the value stored in the hash