KListItem< Type > Class Template Reference

#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 >

Detailed Description

template<class Type>
class KListItem< Type >

Definition at line 80 of file klist.h.


Constructor & Destructor Documentation

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

Definition at line 83 of file klist.h.

References KListItem< Type >::data, and KListItem< Type >::next.

template<class Type>
KListItem< Type >::KListItem ( const KListItem< Type > &  it  )  [inline]

Definition at line 87 of file klist.h.

References KListItem< Type >::data, and KListItem< Type >::next.

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

Definition at line 91 of file klist.h.


Member Function Documentation

template<class Type>
KListItem<Type>& KListItem< Type >::operator= ( const KListItem< Type > &  it  )  [inline]

Definition at line 92 of file klist.h.

References KListItem< Type >::data.


Friends And Related Function Documentation

template<class Type>
friend class KList< Type > [friend]

Definition at line 81 of file klist.h.


Field Documentation

template<class Type>
Type KListItem< Type >::data [private]
template<class Type>
KListItem<Type>* KListItem< Type >::next [private]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1