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 |