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 | |
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