LRUCache< K, V >::LRUCacheElement Struct Reference

Data Fields

int next
int prev
key
value

Detailed Description

template<class K, class V>
struct LRUCache< K, V >::LRUCacheElement

Definition at line 43 of file lru_cache.h.


Field Documentation

template<class K , class V >
K LRUCache< K, V >::LRUCacheElement::key

Definition at line 46 of file lru_cache.h.

template<class K , class V >
int LRUCache< K, V >::LRUCacheElement::next

Definition at line 44 of file lru_cache.h.

template<class K , class V >
int LRUCache< K, V >::LRUCacheElement::prev

Definition at line 45 of file lru_cache.h.

template<class K , class V >
V LRUCache< K, V >::LRUCacheElement::value

Definition at line 47 of file lru_cache.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1