libcosmos
Linux C++ System Programming Library
|
Helper type for guarding a FileLock. More...
#include <FileLock.hxx>
Public Member Functions | |
FileLockGuard (FileDescriptor fd, const FileLock &lock) | |
Protected Attributes | |
FileDescriptor | m_fd |
FileLock | m_lock |
Helper type for guarding a FileLock.
This guard covers the typical use of FileLock: Using blocking waits for open file description locks. The concrete lock type and range is selected at construction time. Ad destruction time a corresponding unlock operation is carried out.
Definition at line 149 of file FileLock.hxx.
cosmos::FileLockGuard::FileLockGuard | ( | FileDescriptor | fd, |
const FileLock & | lock ) |
Definition at line 7 of file FileLock.cxx.
|
inline |
Definition at line 153 of file FileLock.hxx.
|
protected |
Definition at line 160 of file FileLock.hxx.
|
protected |
Definition at line 161 of file FileLock.hxx.