#include <Space.h>
Public Member Functions | |
| HashTabElement (const Value &value, Space::SpaceLRUList::iterator iteratorLRUList) | |
| Constructs the HashTabElement. | |
Public Attributes | |
| Value | value |
| cached value | |
| SpaceLRUList::iterator | iteratorLRUList |
| iterator to the corresponding element in LRUList | |
Definition at line 290 of file Space.h.
| Space::HashTabElement::HashTabElement | ( | const Value & | value, | |
| Space::SpaceLRUList::iterator | iteratorLRUList | |||
| ) | [inline] |
Constructs the HashTabElement.
| value | cached value | |
| iteratorLRUList | iterator to the corresponding element in LRUList |
1.5.5