#include <fesa-core/Utilities/AbstractMutex.h>
Go to the source code of this file.
Classes | |
class | fesa::Lock |
This class is used to automatically lock and unlock a mutex. The constructor calls lock() and the destructor calls unlock(). This makes it impossible to leave a block containing a Lock object without unlocking the mutex. More... | |
Namespaces | |
namespace | fesa |