UT_LinkListT< T > Class Template Reference

#include <UT_LinkListT.h>

Inheritance diagram for UT_LinkListT< T >:

UT_LinkList

List of all members.

Public Member Functions

 UT_LinkListT ()
 ~UT_LinkListT ()
UT_LinkNodeT< T > * next (UT_LinkNodeT< T > *node) const
UT_LinkNodeT< T > * prev (UT_LinkNodeT< T > *node) const
UT_LinkNodeT< T > * head () const
UT_LinkNodeT< T > * tail () const
void append (const T &data)
void append (UT_LinkNodeT< T > *node)


Detailed Description

template<class T>
class UT_LinkListT< T >

Definition at line 36 of file UT_LinkListT.h.


Constructor & Destructor Documentation

template<class T >
UT_LinkListT< T >::UT_LinkListT (  )  [inline]

Definition at line 39 of file UT_LinkListT.h.

template<class T >
UT_LinkListT< T >::~UT_LinkListT (  )  [inline]

Definition at line 40 of file UT_LinkListT.h.


Member Function Documentation

template<class T >
void UT_LinkListT< T >::append ( UT_LinkNodeT< T > *  node  )  [inline]

Definition at line 72 of file UT_LinkListT.h.

template<class T >
void UT_LinkListT< T >::append ( const T &  data  )  [inline]

Definition at line 62 of file UT_LinkListT.h.

template<class T >
UT_LinkNodeT<T>* UT_LinkListT< T >::head (  )  const [inline]

Reimplemented from UT_LinkList.

Definition at line 52 of file UT_LinkListT.h.

template<class T >
UT_LinkNodeT<T>* UT_LinkListT< T >::next ( UT_LinkNodeT< T > *  node  )  const [inline]

Definition at line 42 of file UT_LinkListT.h.

template<class T >
UT_LinkNodeT<T>* UT_LinkListT< T >::prev ( UT_LinkNodeT< T > *  node  )  const [inline]

Definition at line 47 of file UT_LinkListT.h.

template<class T >
UT_LinkNodeT<T>* UT_LinkListT< T >::tail (  )  const [inline]

Reimplemented from UT_LinkList.

Definition at line 57 of file UT_LinkListT.h.


The documentation for this class was generated from the following file:

Generated on Mon Jan 28 00:49:03 2013 for HDK by  doxygen 1.5.9