|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Synchronized< T, Mutex >, including all inherited members.
| lock() | Aleph::Synchronized< T, Mutex > | inline |
| lock() const | Aleph::Synchronized< T, Mutex > | inline |
| mutex_ | Aleph::Synchronized< T, Mutex > | mutableprivate |
| operator=(const Synchronized &)=delete | Aleph::Synchronized< T, Mutex > | |
| operator=(Synchronized &&)=delete | Aleph::Synchronized< T, Mutex > | |
| Synchronized()=default | Aleph::Synchronized< T, Mutex > | |
| Synchronized(const Synchronized &)=delete | Aleph::Synchronized< T, Mutex > | |
| Synchronized(Synchronized &&)=delete | Aleph::Synchronized< T, Mutex > | |
| Synchronized(const T &value) | Aleph::Synchronized< T, Mutex > | inlineexplicit |
| Synchronized(T &&value) | Aleph::Synchronized< T, Mutex > | inlineexplicit |
| Synchronized(std::in_place_t, Args &&... args) | Aleph::Synchronized< T, Mutex > | inlineexplicit |
| value_ | Aleph::Synchronized< T, Mutex > | private |
| with_lock(F &&f) | Aleph::Synchronized< T, Mutex > | inline |
| with_lock(F &&f) const | Aleph::Synchronized< T, Mutex > | inline |