![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "resourceLib.h"
Public Types | |
typedef resTableIter< T, ID > | iterator |
typedef resTableIterConst< T, ID > | iteratorConst |
Public Member Functions | |
resTable () | |
virtual | ~resTable () |
void | show (unsigned level) const |
void | verify () const |
int | add (T &res) |
T * | remove (const ID &idIn) |
void | removeAll (tsSLList< T > &destination) |
T * | lookup (const ID &idIn) const |
void | traverse (void(T::*pCB)()) |
void | traverseConst (void(T::*pCB)() const ) const |
unsigned | numEntriesInstalled () const |
void | setTableSize (const unsigned newTableSize) |
iterator | firstIter () |
iteratorConst | firstIter () const |
Friends | |
class | resTableIter< T, ID > |
class | resTableIterConst< T, ID > |
Definition at line 76 of file resourceLib.h.
typedef resTableIter< T, ID > resTable< T, ID >::iterator |
Definition at line 95 of file resourceLib.h.
typedef resTableIterConst< T, ID > resTable< T, ID >::iteratorConst |
Definition at line 96 of file resourceLib.h.
Definition at line 280 of file resourceLib.h.
Definition at line 690 of file resourceLib.h.
int resTable< T, ID >::add | ( | T & | res | ) |
Definition at line 643 of file resourceLib.h.
|
inline |
Definition at line 721 of file resourceLib.h.
|
inline |
Definition at line 715 of file resourceLib.h.
|
inline |
Definition at line 342 of file resourceLib.h.
|
inline |
Definition at line 509 of file resourceLib.h.
T * resTable< T, ID >::remove | ( | const ID & | idIn | ) |
Definition at line 297 of file resourceLib.h.
Definition at line 327 of file resourceLib.h.
void resTable< T, ID >::setTableSize | ( | const unsigned | newTableSize | ) |
Definition at line 528 of file resourceLib.h.
void resTable< T, ID >::show | ( | unsigned | level | ) | const |
Definition at line 371 of file resourceLib.h.
void resTable< T, ID >::traverse | ( | void(T::*)() | pCB | ) |
Definition at line 475 of file resourceLib.h.
void resTable< T, ID >::traverseConst | ( | void(T::*)() const | pCB | ) | const |
Definition at line 493 of file resourceLib.h.
void resTable< T, ID >::verify | ( | ) | const |
Definition at line 432 of file resourceLib.h.
|
friend |
Definition at line 115 of file resourceLib.h.
|
friend |
Definition at line 116 of file resourceLib.h.