ScopedMutex Class Reference

#include <ScopedMutex.h>

Public Member Functions

 ScopedMutex ()
 
 ~ScopedMutex ()
 
 ScopedMutex (const ScopedMutex &other)=delete
 
ScopedMutexoperator= (const ScopedMutex &other)=delete
 
 ScopedMutex (ScopedMutex &&other)=delete
 
ScopedMutexoperator= (ScopedMutex &&other)=delete
 

Constructor & Destructor Documentation

◆ ScopedMutex() [1/3]

ScopedMutex::ScopedMutex ( )

◆ ~ScopedMutex()

ScopedMutex::~ScopedMutex ( )

◆ ScopedMutex() [2/3]

ScopedMutex::ScopedMutex ( const ScopedMutex other)
delete

◆ ScopedMutex() [3/3]

ScopedMutex::ScopedMutex ( ScopedMutex &&  other)
delete

Member Function Documentation

◆ operator=() [1/2]

ScopedMutex & ScopedMutex::operator= ( const ScopedMutex other)
delete

◆ operator=() [2/2]

ScopedMutex & ScopedMutex::operator= ( ScopedMutex &&  other)
delete

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.