| Ptex
    | 
#include <PtexCache.h>
| Public Member Functions | |
| PtexLruItem () | |
| void | push (PtexLruItem *item) | 
| PtexLruItem * | pop () | 
| Private Member Functions | |
| void | extract () | 
| Private Attributes | |
| PtexLruItem * | _prev | 
| PtexLruItem * | _next | 
Definition at line 49 of file PtexCache.h.
| 
 | inline | 
Definition at line 61 of file PtexCache.h.
| 
 | inlineprivate | 
| 
 | inline | 
Definition at line 73 of file PtexCache.h.
References _next, and extract().
Referenced by PtexLruList< PtexCachedReader, &PtexCachedReader::_activeFilesItem >::pop().
| 
 | inline | 
Definition at line 64 of file PtexCache.h.
References _next, _prev, and extract().
Referenced by PtexLruList< PtexCachedReader, &PtexCachedReader::_activeFilesItem >::push().
| 
 | private | 
Definition at line 52 of file PtexCache.h.
| 
 | private | 
Definition at line 51 of file PtexCache.h.
 1.8.17
 1.8.17