MIRA
Classes | Namespaces
ScopedAccess.h File Reference

Grants thread-safe access to an object that should be protected from concurrent access. More...

#include <boost/noncopyable.hpp>
#include <boost/thread/mutex.hpp>
Include dependency graph for ScopedAccess.h:
This graph shows which files directly or indirectly include this file:

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>
 

Detailed Description

Grants thread-safe access to an object that should be protected from concurrent access.

Author
Erik Einhorn, Tim Langner, Christof Schröter
Date
2012/11/06