EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
tsSLList< T > Class Template Reference
Inheritance diagram for tsSLList< T >:
Inheritance graph
[legend]
Collaboration diagram for tsSLList< T >:
Collaboration graph
[legend]

Public Member Functions

 tsSLList (tsSLList &)
 
void insert (T &item, tsSLNode< T > &itemBefore)
 
void add (T &item)
 
T * get ()
 
T * pop ()
 
void push (T &item)
 
T * first () const
 
void remove (T &itemBefore)
 
tsSLIterConst< T > firstIter () const
 
tsSLIter< T > firstIter ()
 

Static Public Member Functions

static tsSLIterConst< T > invalidConstIter ()
 
static tsSLIter< T > invalidIter ()
 

Detailed Description

template<class T>
class tsSLList< T >

Definition at line 29 of file tsSLList.h.


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