YARP
Yet Another Robot Platform
LockGuard.h File Reference
#include <yarp/conf/system.h>
#include <yarp/os/api.h>
#include <mutex>
+ Include dependency graph for LockGuard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::os::AbstractLockGuard< Lockable >
 This class is a mutex wrapper that provides a convenient RAII-style mechanism for owning a mutex for the duration of a scoped block. More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::os
 An interface to the operating system, including Port based communication.
 

Typedefs

typedef AbstractLockGuard< Mutex > yarp::os::LockGuard
 
typedef AbstractLockGuard< RecursiveMutex > yarp::os::RecursiveLockGuard