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

#include "tsSLList.h"

+ Inheritance diagram for tsSLNode< T >:

Public Member Functions

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

Friends

class tsSLList< T >
 
class tsSLIter< T >
 
class tsSLIterConst< T >
 

Detailed Description

template<class T>
class tsSLNode< T >

Definition at line 38 of file tsSLList.h.

Constructor & Destructor Documentation

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

Definition at line 130 of file tsSLList.h.

130 : pNext ( 0 ) {}

Member Function Documentation

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

Definition at line 149 of file tsSLList.h.

150 {
151  return *this;
152 }

Friends And Related Function Documentation

template<class T>
friend class tsSLIter< T >
friend

Definition at line 47 of file tsSLList.h.

template<class T>
friend class tsSLIterConst< T >
friend

Definition at line 48 of file tsSLList.h.

template<class T>
friend class tsSLList< T >
friend

Definition at line 46 of file tsSLList.h.


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