NAME
A class of omni::sync
omni::sync::auto_lock
A class of omni::sync
#include <omni/sync/auto_lock.hpp>
auto_lock
omni::sync::auto_lock::auto_lock(T* l) : m_hndl(l)
omni::sync::auto_lock::~auto_lock()
const T *const omni::sync::auto_lock::handle()
void omni::sync::auto_lock::lock()
bool omni::sync::auto_lock::trylock()
void omni::sync::auto_lock::unlock()
bool omni::sync::auto_lock::operator!=(const auto_lock& o)
bool omni::sync::auto_lock::operator==(const auto_lock& o)