HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_LinkListT< T > Class Template Reference

#include <UT_LinkListT.h>

+ Inheritance diagram for UT_LinkListT< T >:

Public Member Functions

 UT_LinkListT ()
 
 ~UT_LinkListT () override
 
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)
 

Additional Inherited Members

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 ( )
inlineoverride

Definition at line 40 of file UT_LinkListT.h.

Member Function Documentation

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

Definition at line 62 of file UT_LinkListT.h.

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

Definition at line 71 of file UT_LinkListT.h.

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

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

Definition at line 57 of file UT_LinkListT.h.


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