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
tsDLList< T > Class Template Reference

Public Member Functions

unsigned count () const
 
void add (T &item)
 
void add (tsDLList< T > &addList)
 
void push (T &item)
 
void push (tsDLList< T > &pushList)
 
void remove (T &item)
 
void removeAll (tsDLList< T > &destination)
 
T * get ()
 
T * pop ()
 
void insertAfter (T &item, T &itemBefore)
 
void insertBefore (T &item, T &itemAfter)
 
int find (const T &item) const
 
T * first (void) const
 
T * last (void) const
 
tsDLIterConst< T > firstIter () const
 
tsDLIter< T > firstIter ()
 
tsDLIterConst< T > lastIter () const
 
tsDLIter< T > lastIter ()
 

Static Public Member Functions

static tsDLIterConst< T > invalidConstIter ()
 
static tsDLIter< T > invalidIter ()
 

Detailed Description

template<class T>
class tsDLList< T >

Definition at line 21 of file tsDLList.h.


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