#include <FLL.hpp>
Public Methods | |
FLL () | |
FLL (Type &d) | |
FLL (Type &d,FLL< Type > *pNext) | |
~FLL () | |
FLL<Type>* | Next ()const |
void | Replace (Type &newData) |
Type& | Data ()const |
void* | operator new (size_t size) |
void | operator delete (void *) |
Static Public Methods | |
void | UseMemory (MemList &memList) |
Friends | |
class | FastList< Type > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|