Marine Library  1.0
C++ library for Linux Networking Development
Public Member Functions | List of all members
CRWLock Class Reference

Public Member Functions

 CRWLock (const CRWLockAttr &attr) throw (std::runtime_error)
 
void readLock () const volatile throw (std::runtime_error)
 
bool tryReadLock () const volatile
 
bool timeReadLock (uint32_t timeMs) const volatile
 
void writeLock () volatile throw (std::runtime_error)
 
bool tryWriteLock () volatile
 
bool timeWriteLock (uint32_t timeMs) volatile
 
void unlock () const volatile throw (std::runtime_error)
 

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