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.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |