#include <FastList.hpp>
Public Methods | |
FastList () | |
~FastList () | |
void | Clear () |
int | operator! () const |
FastList< Type > & | AddToHead (Type &d) |
FastList< Type > & | AddToTail (Type &d) |
Type & | PopHead () |
int | ComputeLength () const |
FLL< Type > * | HeadLL () const |
void * | operator new (size_t size) |
void | operator delete (void *) |
Static Public Methods | |
void | UseMemory (MemList &memList) |
Private Attributes | |
FLL< Type > * | head |
FLL< Type > * | tail |
Static Private Attributes | |
MemList * | pMemList = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|