All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_HashMapList Struct Reference Detailed Descriptionelement list to store single mappings of a hash map Definition at line 93 of file struct_misc.h.
Field Documentation
origin of the mapping origin -> image Definition at line 95 of file struct_misc.h. Referenced by hashmaplistAppend(), hashmaplistFind(), and SCIPhashmapListGetOrigin().
image of the mapping origin -> image Definition at line 96 of file struct_misc.h. Referenced by hashmaplistAppend(), hashmaplistGetImage(), hashmaplistSetImage(), and SCIPhashmapListGetImage().
rest of the hash map list Definition at line 97 of file struct_misc.h. Referenced by hashmaplistAppend(), hashmaplistFind(), hashmaplistFree(), hashmaplistRemove(), SCIPhashmapListGetNEntries(), SCIPhashmapListGetNext(), and SCIPhashmapPrintStatistics(). |