oa::RwLock::WriteGuard

Struct published by the oa::RwLock struct.

Public Methods

T & oa::RwLock::WriteGuard::operator*()
T * oa::RwLock::WriteGuard::operator->()

Constructor & Destructor Documentation

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

Public Method Documentation

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

Returns

T &

The declared return value.

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

Returns

T *

The declared return value.