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

LL Class Template Reference

#include <LL.hpp>

List of all members.

Public Methods

 LL (Type *d=(Type *)NULL,LL< Type > *n=(LL< Type > *)NULL,LL< Type > *p=(LL< Type > *)NULL)
 LL (LL< Type > &ll)
 ~LL ()
LL<Type>& operator= (const LL< Type > &ll)
int operator!= (const LL< Type > &ll)const
int operator== (const LL< Type > &ll)const
Type* operator[] (int num)const
LL<Type>* operator[] (const Type *d)
void DeleteData ()
Type* Remove ()

Friends

class  List< Type >

template<class Type> class LL


Constructor & Destructor Documentation

template<class Type>
LL<Type>::LL<Type> ( Type * d = (Type *) NULL<Type>,
LL< Type > * n = (LL<Type> *) NULL<Type>,
LL< Type > * p = (LL<Type> *)NULL<Type> )
 

template<class Type>
LL<Type>::LL<Type> ( LL< Type > & ll ) [inline]
 

template<class Type>
LL<Type>::~LL<Type> ( )
 


Member Function Documentation

template<class Type>
void LL<Type>::DeleteData ( )
 

template<class Type>
Type* LL<Type>::Remove ( )
 

template<class Type>
int LL<Type>::operator!= ( const LL< Type > & ll ) const [inline]
 

template<class Type>
LL<Type>& LL<Type>::operator= ( const LL< Type > & ll )
 

template<class Type>
int LL<Type>::operator== ( const LL< Type > & ll ) const
 

template<class Type>
LL<Type>* LL<Type>::operator[] ( const Type * d )
 

template<class Type>
Type* LL<Type>::operator[] ( int num ) const
 


Friends And Related Function Documentation

template<class Type>
class List [friend]
 


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