omni::sync::auto_lock
NAME

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)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top