template class for elements stored in the hash table More...
Public Types | |
| enum | states { FREE , RELEASED , USED } |
| States of an element. More... | |
Public Attributes | |
| ElemHashItem | item |
| ElemInfo | info |
| enum soplex::DataHashTable::Element::states | stat |
template class for elements stored in the hash table
Definition at line 97 of file datahashtable.h.
| enum states |
States of an element.
| Enumerator | |
|---|---|
| FREE | element has never been used |
| RELEASED | element had been used, but released |
| USED | element is in use |
Definition at line 105 of file datahashtable.h.
| ElemInfo info |
Definition at line 103 of file datahashtable.h.
| ElemHashItem item |
Definition at line 101 of file datahashtable.h.
| enum soplex::DataHashTable::Element::states stat |