In essence Loki ClassLevelLockable re-engineered to use a fast_mutex class. More...
#include "fast_mutex.h"
#include "_nvwa.h"
Go to the source code of this file.
Classes | |
class | nvwa::class_level_lock< _Host, _RealLock > |
Helper class for class-level locking. More... | |
class | nvwa::class_level_lock< _Host, _RealLock >::lock |
Type that provides locking/unlocking semantics. More... | |
class | nvwa::class_level_lock< _Host, false > |
Partial specialization that makes null locking. More... | |
class | nvwa::class_level_lock< _Host, false >::lock |
Type that provides locking/unlocking semantics. More... | |
Namespaces | |
namespace | nvwa |
Defines | |
#define | HAVE_CLASS_TEMPLATE_PARTIAL_SPECIALIZATION 1 |
In essence Loki ClassLevelLockable re-engineered to use a fast_mutex class.
#define HAVE_CLASS_TEMPLATE_PARTIAL_SPECIALIZATION 1 |