oasys::LRUList< _Type > Class Template Reference

#include <LRUList.h>

List of all members.


Detailed Description

template<typename _Type>
class oasys::LRUList< _Type >

A simple extension of the STL list class that adds a method move_to_back to abstract away the call to splice().

Definition at line 29 of file LRUList.h.

Public Member Functions

void move_to_back (typename std::list< _Type >::iterator iter)


Member Function Documentation

template<typename _Type>
void oasys::LRUList< _Type >::move_to_back ( typename std::list< _Type >::iterator  iter  )  [inline]

Definition at line 31 of file LRUList.h.

Referenced by oasys::Cache< _Key, _Val, _EvictFcn >::get(), and oasys::OpenFdCache< _Key, _CloseFcn >::get_and_pin().


The documentation for this class was generated from the following file:
Generated on Thu Jun 7 12:54:36 2007 for DTN Reference Implementation by  doxygen 1.5.1