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

#include <UT_LinkListT.h>

+ Inheritance diagram for UT_LinkNodeT< T >:

Public Member Functions

 UT_LinkNodeT (const T &src_data)
 
UT_LinkNodeT< T > *& prev ()
 
UT_LinkNodeT< T > *& next ()
 
const UT_LinkNodeT< T > * prev () const
 
const UT_LinkNodeT< T > * next () const
 

Public Attributes

T data
 

Additional Inherited Members

Detailed Description

template<class T>
class UT_LinkNodeT< T >

Definition at line 18 of file UT_LinkListT.h.

Constructor & Destructor Documentation

template<class T>
UT_LinkNodeT< T >::UT_LinkNodeT ( const T src_data)
inlineexplicit

Definition at line 21 of file UT_LinkListT.h.

Member Function Documentation

template<class T>
UT_LinkNodeT<T>*& UT_LinkNodeT< T >::next ( )
inline

Definition at line 25 of file UT_LinkListT.h.

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

Definition at line 29 of file UT_LinkListT.h.

template<class T>
UT_LinkNodeT<T>*& UT_LinkNodeT< T >::prev ( )
inline

Definition at line 23 of file UT_LinkListT.h.

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

Definition at line 27 of file UT_LinkListT.h.

Member Data Documentation

template<class T>
T UT_LinkNodeT< T >::data

Definition at line 32 of file UT_LinkListT.h.


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