API ReferenceAPI Reference·ModulesModules·CoreCore·oa::RwLockoa::RwLockoa::RwLock::ReadGuardStruct published by the oa::RwLock struct.StC++ public headers#include <oa/core/thread.h>#include <oa/core/thread.h>Public Methodsoperator*operator*const T & oa::RwLock::ReadGuard::operator*()operator->operator->const T * oa::RwLock::ReadGuard::operator->()Constructor & Destructor Documentationvoid oa::RwLock::ReadGuard::~ReadGuard()SourceSourceNo public source comment is attached to this declaration.Public Method Documentationconst T & oa::RwLock::ReadGuard::operator*()SourceSourceNo public source comment is attached to this declaration.Returnsconst T &The declared return value.const T * oa::RwLock::ReadGuard::operator->()SourceSourceNo public source comment is attached to this declaration.Returnsconst T *The declared return value.
void oa::RwLock::ReadGuard::~ReadGuard()SourceSourceNo public source comment is attached to this declaration.
const T & oa::RwLock::ReadGuard::operator*()SourceSourceNo public source comment is attached to this declaration.Returnsconst T &The declared return value.
const T * oa::RwLock::ReadGuard::operator->()SourceSourceNo public source comment is attached to this declaration.Returnsconst T *The declared return value.