|
Monero
|
#include <map>#include <boost/thread/mutex.hpp>

Go to the source code of this file.
Classes | |
| class | epee::mlocker |
| struct | epee::mlocked< T > |
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
Typedefs | |
| template<class T, size_t N> | |
| using | epee::mlocked_arr = mlocked<std::array<T, N>> |
Functions | |
| template<typename T> | |
| T & | epee::unwrap (mlocked< T > &src) |
| template<typename T> | |
| const T & | epee::unwrap (mlocked< T > const &src) |