omni::sync::auto_lock
NAME

omni::sync::auto_lock

A class of omni::sync

#include <omni/sync/auto_lock.hpp>
class omni::sync::auto_lock

MEMBERS

OMNI_EXPLICIT omni::sync::auto_lock::auto_lock(T* l)
omni::sync::auto_lock::~auto_lock()
const T* 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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top