Nvwa  1.1
Classes | Namespaces
object_level_lock.h File Reference

In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class. More...

#include "fast_mutex.h"
#include "_nvwa.h"
Include dependency graph for object_level_lock.h:

Go to the source code of this file.

Classes

class  nvwa::object_level_lock< _Host >
 Helper class for object-level locking. More...
 
class  nvwa::object_level_lock< _Host >::lock
 Type that provides locking/unlocking semantics. More...
 

Namespaces

 nvwa
 Namespace of the nvwa project.
 

Detailed Description

In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class.

Check also Andrei Alexandrescu's article "Multithreading and the C++ Type System" for the ideas behind.

Date
2013-03-01