Marine Library  1.0
C++ library for Linux Networking Development
Public Types | Public Member Functions | List of all members
CLockAdapter< CFileLock > Struct Template Reference

Public Types

typedef CFileLock lock_type
 

Public Member Functions

void unlock (const volatile lock_type &m) const
 
void readLock (const volatile lock_type &m) const
 
bool tryReadLock (const volatile lock_type &m) const
 
bool timeReadLock (const volatile lock_type &m, uint32_t timeMs) const
 
void writeLock (volatile lock_type &m) const
 
bool tryWriteLock (volatile lock_type &m) const
 
bool timeWriteLock (volatile lock_type &m, uint32_t timeMs) const
 

The documentation for this struct was generated from the following file: