pva2pva  1.4.1
 All Classes Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
weak_set< T >::XIterator Struct Reference

an iterator-ish object which also locks the set during iteration More...

#include <weakset.h>

Collaboration diagram for weak_set< T >::XIterator:
Collaboration graph
[legend]

Public Member Functions

 XIterator (weak_set &S)
 
value_pointer next ()
 yield the next live entry
 

Public Attributes

weak_setset
 
epicsGuard< epicsMutex > guard
 
store_t::iterator it
 
store_t::iterator end
 

Detailed Description

template<typename T>
struct weak_set< T >::XIterator

an iterator-ish object which also locks the set during iteration

Definition at line 204 of file weakset.h.


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