cpp-mate
0.7
Helpful library for C++.
|
This is the complete list of members for CppMate::SharedState< T >::Action, including all inherited members.
access(std::function< void(T &)> block) | CppMate::SharedState< T >::Action | inline |
extract(std::function< R(T &)> block) | CppMate::SharedState< T >::Action | inline |
notifyAll(std::function< void(T &)> block) | CppMate::SharedState< T >::Action | inline |
notifyAll(std::function< R(T &)> block) | CppMate::SharedState< T >::Action | inline |
notifyOne(std::function< void(T &)> block) | CppMate::SharedState< T >::Action | inline |
notifyOne(std::function< R(T &)> block) | CppMate::SharedState< T >::Action | inline |
SharedState class | CppMate::SharedState< T >::Action | friend |
when(std::function< bool(T &)> pred) | CppMate::SharedState< T >::Action | inline |