Ptex
|
#include <PtexCache.h>
Public Member Functions | |
void | push (T *node) |
T * | pop () |
Private Attributes | |
PtexLruItem | _end |
Definition at line 83 of file PtexCache.h.
|
inline |
Definition at line 95 of file PtexCache.h.
References PtexLruList< T, item >::_end, and PtexLruItem::pop().
Referenced by PtexReaderCache::pruneData(), and PtexReaderCache::pruneFiles().
|
inline |
Definition at line 88 of file PtexCache.h.
References PtexLruList< T, item >::_end, and PtexLruItem::push().
Referenced by PtexReaderCache::processMru().
|
private |
Definition at line 85 of file PtexCache.h.
Referenced by PtexLruList< T, item >::pop(), and PtexLruList< T, item >::push().