Definition at line 27 of file CCriticalSection.h.
#include <mrpt/synch/CCriticalSection.h>
Public Member Functions | |
virtual | ~CAbstractMutex () |
virtual void | enter () const =0 |
virtual void | leave () const =0 |
virtual bool | try_enter () const =0 |
Returns true if adquired; false otherwise. More... | |
|
virtual |
Definition at line 20 of file CCriticalSection.cpp.
|
pure virtual |
Implemented in mrpt::synch::CCriticalSectionRecursive, and mrpt::synch::CCriticalSection.
Referenced by mrpt::synch::CCriticalSectionLocker::CCriticalSectionLocker().
|
pure virtual |
Implemented in mrpt::synch::CCriticalSectionRecursive, and mrpt::synch::CCriticalSection.
Referenced by mrpt::synch::CCriticalSectionLocker::~CCriticalSectionLocker().
|
pure virtual |
Returns true if adquired; false otherwise.
Implemented in mrpt::synch::CCriticalSectionRecursive, and mrpt::synch::CCriticalSection.
Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |