![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "tsDLList.h"
Public Member Functions | |
tsDLList () | |
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 () |
Definition at line 21 of file tsDLList.h.
Definition at line 170 of file tsDLList.h.
|
inline |
Definition at line 313 of file tsDLList.h.
Definition at line 289 of file tsDLList.h.
|
inline |
Definition at line 181 of file tsDLList.h.
int tsDLList< T >::find | ( | const T & | item | ) | const |
Definition at line 442 of file tsDLList.h.
|
inline |
Definition at line 190 of file tsDLList.h.
|
inline |
Definition at line 459 of file tsDLList.h.
Definition at line 465 of file tsDLList.h.
|
inline |
Definition at line 261 of file tsDLList.h.
|
inline |
Definition at line 339 of file tsDLList.h.
|
inline |
Definition at line 365 of file tsDLList.h.
|
inlinestatic |
Definition at line 483 of file tsDLList.h.
Definition at line 489 of file tsDLList.h.
|
inline |
Definition at line 199 of file tsDLList.h.
|
inline |
Definition at line 471 of file tsDLList.h.
Definition at line 477 of file tsDLList.h.
|
inline |
Definition at line 277 of file tsDLList.h.
|
inline |
Definition at line 416 of file tsDLList.h.
Definition at line 392 of file tsDLList.h.
|
inline |
Definition at line 219 of file tsDLList.h.
Definition at line 246 of file tsDLList.h.