#include <LRUList.h>
Definition at line 50 of file LRUList.h.
Public Member Functions | |
void | move_to_back (typename std::list< _Type >::iterator iter) |
void oasys::LRUList< _Type >::move_to_back | ( | typename std::list< _Type >::iterator | iter | ) | [inline] |
Definition at line 52 of file LRUList.h.
Referenced by oasys::OpenFdCache< _Key, _CloseFcn >::get_and_pin().