|
MIRA
|
base class for ScopedAccess with external or Protectee-internal mutex More...
#include <thread/ScopedAccess.h>

Public Member Functions | |
| ScopedAccessBase (Protectee *p) | |
| ScopedAccessBase (ScopedAccessBase &&other) noexcept | |
| ScopedAccessBase & | operator= (ScopedAccessBase &&other) noexcept |
| Protectee * | operator-> () |
| const Protectee * | operator-> () const |
| Protectee & | operator* () |
| const Protectee & | operator* () const |
Protected Attributes | |
| Protectee * | mObject |
base class for ScopedAccess with external or Protectee-internal mutex
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
1.8.14