Space::HashTabElement Class Reference

Auxiliary class for keeping elements in the hash table, containing information about the cached value and iterator to LRUList. More...

#include <Space.h>

List of all members.

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


Detailed Description

Auxiliary class for keeping elements in the hash table, containing information about the cached value and iterator to LRUList.

Definition at line 290 of file Space.h.


Constructor & Destructor Documentation

Space::HashTabElement::HashTabElement ( const Value value,
Space::SpaceLRUList::iterator  iteratorLRUList 
) [inline]

Constructs the HashTabElement.

Parameters:
value cached value
iteratorLRUList iterator to the corresponding element in LRUList

Definition at line 309 of file Space.h.


The documentation for this class was generated from the following file:

Generated on Fri Jan 8 10:38:13 2010 for dreamcache by  doxygen 1.5.5