SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
SCIP_MultiHashList Struct Reference

Detailed Description

element list to store single elements of a hash table

Definition at line 104 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

voidelement
 
SCIP_MULTIHASHLISTnext
 

Field Documentation

◆ element

void* SCIP_MultiHashList::element

this element

Definition at line 106 of file struct_misc.h.

Referenced by multihashlistAppend().

◆ next

SCIP_MULTIHASHLIST* SCIP_MultiHashList::next

rest of the hash table list

Definition at line 107 of file struct_misc.h.

Referenced by multihashlistAppend(), and multihashResize().