![]() |
This is Unofficial EPICS BASE Doxygen Site
|
an iterator-ish object which also locks the set during iteration More...
#include "weakset.h"
Public Member Functions | |
XIterator (weak_set &S) | |
value_pointer | next () |
yield the next live entry More... | |
Public Attributes | |
weak_set & | set |
epicsGuard< epicsMutex > | guard |
store_t::iterator | it |
store_t::iterator | end |
an iterator-ish object which also locks the set during iteration
|
inline |
store_t::iterator weak_set< T >::XIterator::end |
epicsGuard<epicsMutex> weak_set< T >::XIterator::guard |
store_t::iterator weak_set< T >::XIterator::it |