#include <CacheEntry.H>
Public Member Functions | |
List (T *head, List *tail=(List *) NULL) throw () | |
T * | Head () const throw () |
List * | Tail () const throw () |
void | SetTail (List *newTail) throw () |
Static Public Member Functions | |
static unsigned | Length (const List *list) throw () |
Private Attributes | |
T * | head |
List * | tail |
|
Definition at line 373 of file CacheEntry.H. |
|
Definition at line 382 of file CacheEntry.H. Referenced by VPKFile::CopyByCIs(), VPKFile::CycleDeletedNamesInList(), SPKFile::Debug(), VPKFile::DeleteOldEntries(), VPKFile::MoveCommonListToUncommon(), VPKFile::RecordCIsFromList(), VPKFile::UpdateUncommonList(), and SPKFile::WriteEntries(). |
|
Referenced by SPKFile::Debug(), and SPKFile::WriteEntries(). |
|
Definition at line 386 of file CacheEntry.H. Referenced by VPKFile::MoveCommonListToUncommon(), and SPKFile::ReadEntries(). |
|
Definition at line 383 of file CacheEntry.H. Referenced by VPKFile::CopyByCIs(), VPKFile::CycleDeletedNamesInList(), SPKFile::Debug(), VPKFile::DeleteOldEntries(), VPKFile::MoveCommonListToUncommon(), VPKFile::RecordCIsFromList(), VPKFile::UpdateUncommonList(), and SPKFile::WriteEntries(). |
|
Definition at line 390 of file CacheEntry.H. |
|
Definition at line 391 of file CacheEntry.H. |