![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <set>
#include <vector>
#include <stdexcept>
#include <pv/sharedPtr.h>
#include <epicsMutex.h>
#include <epicsGuard.h>
Go to the source code of this file.
Classes | |
class | weak_set< T > |
a std::set-ish container where entries are removed when ref. counts fall to zero More... | |
struct | weak_set< T >::XIterator |
an iterator-ish object which also locks the set during iteration More... | |