Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FLL Class Template Reference

#include <FLL.hpp>

List of all members.

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 >

template<class Type> class FLL


Constructor & Destructor Documentation

template<class Type>
FLL<Type>::FLL<Type> ( ) [inline]
 

template<class Type>
FLL<Type>::FLL<Type> ( Type & d ) [inline]
 

template<class Type>
FLL<Type>::FLL<Type> ( Type & d,
FLL< Type > * pNext ) [inline]
 

template<class Type>
FLL<Type>::~FLL<Type> ( ) [inline]
 


Member Function Documentation

template<class Type>
Type & FLL<Type>::Data ( ) const [inline]
 

template<class Type>
FLL< Type > * FLL<Type>::Next<Type> ( ) const [inline]
 

template<class Type>
void FLL<Type>::Replace ( Type & newData ) [inline]
 

template<class Type>
void FLL<Type>::UseMemory ( MemList & memList ) [inline, static]
 

template<class Type>
void FLL<Type>::operator delete ( void * ) [inline]
 

template<class Type>
void * FLL<Type>::operator new ( size_t size ) [inline]
 


Friends And Related Function Documentation

template<class Type>
class FastList [friend]
 


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 18:22:47 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000