SCIP_HashMapEntry Struct Reference
Detailed Description
hash map entry
Definition at line 131 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
| void * | origin |
| SCIP_HASHMAPIMAGE | image |
Field Documentation
◆ origin
| void* SCIP_HashMapEntry::origin |
origin of element
Definition at line 133 of file struct_misc.h.
Referenced by hashmapInsert(), hashmapLookup(), SCIPhashmapEntryGetOrigin(), and SCIPhashmapRemove().
◆ image
| SCIP_HASHMAPIMAGE SCIP_HashMapEntry::image |
image of element
Definition at line 134 of file struct_misc.h.
Referenced by hashmapInsert(), SCIPhashmapEntryGetImage(), SCIPhashmapEntryGetImageInt(), SCIPhashmapEntryGetImageReal(), SCIPhashmapEntrySetImage(), SCIPhashmapEntrySetImageInt(), SCIPhashmapEntrySetImageReal(), SCIPhashmapGetImage(), SCIPhashmapGetImageInt(), SCIPhashmapGetImageLong(), SCIPhashmapGetImageReal(), and SCIPhashmapRemove().