SCIP_HASHMAPIMAGE Union Reference
Detailed Description
Definition at line 123 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
| void * | ptr |
| int | integer |
| SCIP_Real | real |
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().