#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) |
Private Methods | |
FLL (const FLL &) | |
FLL & | operator= (const FLL &) |
int | operator== (const FLL &x) const |
Private Attributes | |
Type * | data |
FLL< Type > * | next |
Static Private Attributes | |
MemList * | pMemList = NULL |
Friends | |
class | FastList< Type > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|