hash map entry
Definition at line 114 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
void * | origin |
SCIP_HASHMAPIMAGE | image |
void* SCIP_HashMapEntry::origin |
origin of element
Definition at line 116 of file struct_misc.h.
Referenced by hashmapInsert(), hashmapLookup(), SCIPhashmapEntryGetOrigin(), and SCIPhashmapRemove().
SCIP_HASHMAPIMAGE SCIP_HashMapEntry::image |
image of element
Definition at line 117 of file struct_misc.h.
Referenced by hashmapInsert(), SCIPhashmapEntryGetImage(), SCIPhashmapEntryGetImageReal(), SCIPhashmapGetImage(), SCIPhashmapGetImageReal(), and SCIPhashmapRemove().