This is Unofficial EPICS BASE Doxygen Site
tsDLNode< T > Class Template Reference

#include "tsDLList.h"

Public Member Functions

 tsDLNode ()
 
 tsDLNode (const tsDLNode< T > &)
 
const tsDLNode< T > & operator= (const tsDLNode< T > &)
 

Friends

class tsDLList< T >
 
class tsDLIter< T >
 
class tsDLIterConst< T >
 

Detailed Description

template<class T>
class tsDLNode< T >

Definition at line 32 of file tsDLList.h.

Constructor & Destructor Documentation

template<class T >
tsDLNode< T >::tsDLNode ( )
inline

Definition at line 144 of file tsDLList.h.

144 : pNext(0), pPrev(0) {}
template<class T>
tsDLNode< T >::tsDLNode ( const tsDLNode< T > &  )
inline

Definition at line 147 of file tsDLList.h.

147  :
148  pNext (0), pPrev(0) {}

Member Function Documentation

template<class T>
const tsDLNode< T > & tsDLNode< T >::operator= ( const tsDLNode< T > &  )
inline

Definition at line 157 of file tsDLList.h.

158 {
159  return * this;
160 }

Friends And Related Function Documentation

template<class T>
friend class tsDLIter< T >
friend

Definition at line 41 of file tsDLList.h.

template<class T>
friend class tsDLIterConst< T >
friend

Definition at line 42 of file tsDLList.h.

template<class T>
friend class tsDLList< T >
friend

Definition at line 40 of file tsDLList.h.


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