offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
Public Attributes | List of all members
obmap_pair_struct Struct Reference

obmap pair internal structure, encapsulates a key-value pair for the given map More...

#include <obmap_private.h>

Public Attributes

obj base
 
objkey
 
objvalue
 

Detailed Description

obmap pair internal structure, encapsulates a key-value pair for the given map

Member Data Documentation

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


The documentation for this struct was generated from the following file: