MIRA
|
Grants thread-safe access to an object that should be protected from concurrent access. More...
#include <boost/noncopyable.hpp>
#include <boost/thread/mutex.hpp>
Go to the source code of this file.
Classes | |
class | ScopedAccessBase< Protectee > |
base class for ScopedAccess with external or Protectee-internal mutex More... | |
class | ScopedAccess< Protectee, Mutex > |
Grants thread-safe access to an object (the Protectee) that should be protected from concurrent access. More... | |
class | ScopedAccess< Protectee, void > |
Specialization for Mutex=void, i.e. More... | |
class | ProtecteeMixin< T > |
Mixin class that can be used to add the Protectee concept used by ScopedAccess<Protectee(, void)> to an existing class. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Grants thread-safe access to an object that should be protected from concurrent access.