#include <kettec.h>
Inheritance diagram for KettenElementC< Typ >:


Public Methods | |
| KettenElementC (const Typ &t) | |
| KettenElementC * | forward () |
| KettenElementC * | back () |
Public Attributes | |
| Typ | element |
Protected Attributes | |
| KettenElementC * | v |
| KettenElementC * | r |
Friends | |
| class | KetteC< Typ > |
|
||||||||||
|
Definition at line 42 of file kettec.h.
|
|
|||||||||
|
Definition at line 44 of file kettec.h.
00044 {return r;}
|
|
|||||||||
|
Definition at line 43 of file kettec.h.
00043 {return v;}
|
|
|||||
|
|
|
|||||
|
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(). |
|
|||||
|
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(). |
|
|||||
1.3-rc2