SYNOPSIS
No synopsis found.
top
No synopsis found.
#include <omni/sync/auto_lock.hpp>
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)
top