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

KettenElementC< Typ > Class Template Reference

#include <kettec.h>

Inheritance diagram for KettenElementC< Typ >:

Inheritance graph
[legend]
Collaboration diagram for KettenElementC< Typ >:

Collaboration graph
[legend]
List of all members.

Public Methods

 KettenElementC (const Typ &t)
KettenElementC * forward ()
KettenElementC * back ()

Public Attributes

Typ element

Protected Attributes

KettenElementC * v
KettenElementC * r

Friends

class KetteC< Typ >

template<class Typ>
class KettenElementC< Typ >


Constructor & Destructor Documentation

template<class Typ>
KettenElementC< Typ >::KettenElementC const Typ &    t [inline]
 

Definition at line 42 of file kettec.h.

00042 {v=0;r=0;element=t;}


Member Function Documentation

template<class Typ>
KettenElementC* KettenElementC< Typ >::back   [inline]
 

Definition at line 44 of file kettec.h.

00044 {return r;}

template<class Typ>
KettenElementC* KettenElementC< Typ >::forward   [inline]
 

Definition at line 43 of file kettec.h.

00043 {return v;}


Friends And Related Function Documentation

template<class Typ>
friend class KetteC< Typ > [friend]
 

Definition at line 40 of file kettec.h.


Member Data Documentation

template<class Typ>
Typ KettenElementC< Typ >::element
 

Definition at line 46 of file kettec.h.

Referenced by KetteC< StringC >::Contain(), KetteC< StringC >::Count(), KetteC< StringC >::GetElement(), KettenElementC< StringC >::KettenElementC(), KetteC< StringC >::operator=(), KetteC< StringC >::RemoveAll(), and KetteC< StringC >::RemoveSingle().

template<class Typ>
KettenElementC* KettenElementC< Typ >::r [protected]
 

Definition at line 49 of file kettec.h.

Referenced by KettenElementC< StringC >::back(), KetteC< StringC >::Empty(), KettenElementC< StringC >::KettenElementC(), KetteC< StringC >::push_back(), KetteC< StringC >::Remove(), KetteC< StringC >::RemoveLast(), and KetteC< StringC >::~KetteC().

template<class Typ>
KettenElementC* KettenElementC< Typ >::v [protected]
 

Definition at line 48 of file kettec.h.

Referenced by KetteC< StringC >::Contain(), KetteC< StringC >::Count(), KetteC< StringC >::Empty(), KettenElementC< StringC >::forward(), KetteC< StringC >::GetElement(), KettenElementC< StringC >::KettenElementC(), KetteC< StringC >::operator=(), KetteC< StringC >::Remove(), KetteC< StringC >::RemoveAll(), KetteC< StringC >::RemoveFirst(), KetteC< StringC >::RemoveSingle(), and KetteC< StringC >::~KetteC().


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:50 2003 for Open ActiveWrl by doxygen1.3-rc2