Detailed Description
Definition at line 123 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
| void * | ptr |
| int | integer |
| SCIP_Real | real |
| SCIP_Longint | longint |
Field Documentation
◆ ptr
| void* SCIP_HASHMAPIMAGE::ptr |
pointer image
Definition at line 124 of file struct_misc.h.
Referenced by SCIPhashmapEntryGetImage(), SCIPhashmapEntrySetImage(), SCIPhashmapGetImage(), SCIPhashmapInsert(), and SCIPhashmapSetImage().
◆ integer
| int SCIP_HASHMAPIMAGE::integer |
integer image
Definition at line 125 of file struct_misc.h.
Referenced by SCIPhashmapEntryGetImageInt(), SCIPhashmapEntrySetImageInt(), SCIPhashmapGetImageInt(), SCIPhashmapInsertInt(), and SCIPhashmapSetImageInt().
◆ real
| SCIP_Real SCIP_HASHMAPIMAGE::real |
real image
Definition at line 126 of file struct_misc.h.
Referenced by SCIPhashmapEntryGetImageReal(), SCIPhashmapEntrySetImageReal(), SCIPhashmapGetImageReal(), SCIPhashmapInsertReal(), and SCIPhashmapSetImageReal().
◆ longint
| SCIP_Longint SCIP_HASHMAPIMAGE::longint |
long image
Definition at line 127 of file struct_misc.h.
Referenced by SCIPhashmapGetImageLong(), and SCIPhashmapInsertLong().