#include <klist.h>
Public Member Functions | |
| KListItem (const Type &d) | |
| KListItem (const KListItem< Type > &it) | |
| ~KListItem () | |
| KListItem< Type > & | operator= (const KListItem< Type > &it) |
Private Attributes | |
| Type | data |
| KListItem< Type > * | next |
Friends | |
| class | KList< Type > |
Definition at line 80 of file klist.h.
Definition at line 83 of file klist.h.
References KListItem< Type >::data, and KListItem< Type >::next.
Definition at line 87 of file klist.h.
References KListItem< Type >::data, and KListItem< Type >::next.
| KListItem<Type>& KListItem< Type >::operator= | ( | const KListItem< Type > & | it | ) | [inline] |
Definition at line 92 of file klist.h.
References KListItem< Type >::data.
Definition at line 101 of file klist.h.
Referenced by KList< Type >::appendUnique(), KList< Type >::car(), KList< Type >::find(), KList< Type >::KList(), KListItem< Type >::KListItem(), KList< Type >::map(), KList< Type >::mapUntil(), KList< Type >::operator+=(), KList< Type >::operator=(), KListItem< Type >::operator=(), KList< Type >::prependUnique(), and KList< Type >::pure_map().
Definition at line 102 of file klist.h.
Referenced by KList< Type >::append(), KList< Type >::appendUnique(), KList< Type >::count(), KList< Type >::destroy(), KList< Type >::find(), KListItem< Type >::KListItem(), KList< Type >::last(), KList< Type >::map(), KList< Type >::mapUntil(), KList< Type >::operator+=(), KList< Type >::operator=(), KList< Type >::prepend(), KList< Type >::prependUnique(), KList< Type >::pure_map(), and KList< Type >::reverse().
1.6.1