oa::RwLock::ReadGuard

Struct published by the oa::RwLock struct.

Public Methods

const T & oa::RwLock::ReadGuard::operator*()
const T * oa::RwLock::ReadGuard::operator->()

Constructor & Destructor Documentation

void oa::RwLock::ReadGuard::~ReadGuard()
No public source comment is attached to this declaration.

Public Method Documentation

const T & oa::RwLock::ReadGuard::operator*()
No public source comment is attached to this declaration.

Returns

const T &

The declared return value.

const T * oa::RwLock::ReadGuard::operator->()
No public source comment is attached to this declaration.

Returns

const T *

The declared return value.