

Public Member Functions | |
| RunManagerSet () | |
| Constructor. | |
| std::pair< iterator, bool > | insert (const value_type &x) |
| insert a value | |
| iterator | insert (iterator pos, const value_type &x) |
| insert value at a given position | |
| void | erase (iterator pos) |
| erase value at position | |
| size_type | erase (const key_type &k) |
| erase value | |
| void | erase (iterator first, iterator last) |
| erase from gven first to last | |
| void | clear () |
| clear the set | |
| bool | condition () |
| The condition to check. | |
This is a set where all the active RunManager are stored. It derives from DAQpp::Condition and DAQinternal.
1.5.5