Protected Member Functions | Private Attributes
Poco::RWLockImpl Class Reference

#include <RWLock_POSIX.h>

Inheritance diagram for Poco::RWLockImpl:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

void readLockImpl ()
 RWLockImpl ()
bool tryReadLockImpl ()
bool tryWriteLockImpl ()
void unlockImpl ()
void writeLockImpl ()
 ~RWLockImpl ()

Private Attributes

pthread_rwlock_t _rwl

Detailed Description

Definition at line 52 of file RWLock_POSIX.h.


Constructor & Destructor Documentation

Definition at line 43 of file RWLock_POSIX.cpp.

Definition at line 50 of file RWLock_POSIX.cpp.


Member Function Documentation

void Poco::RWLockImpl::readLockImpl ( ) [inline, protected]

Definition at line 71 of file RWLock_POSIX.h.

bool Poco::RWLockImpl::tryReadLockImpl ( ) [inline, protected]

Definition at line 78 of file RWLock_POSIX.h.

bool Poco::RWLockImpl::tryWriteLockImpl ( ) [inline, protected]

Definition at line 98 of file RWLock_POSIX.h.

void Poco::RWLockImpl::unlockImpl ( ) [inline, protected]

Definition at line 111 of file RWLock_POSIX.h.

void Poco::RWLockImpl::writeLockImpl ( ) [inline, protected]

Definition at line 91 of file RWLock_POSIX.h.


Member Data Documentation

pthread_rwlock_t Poco::RWLockImpl::_rwl [private]

Definition at line 64 of file RWLock_POSIX.h.


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


pluginlib
Author(s): Tully Foote and Eitan Marder-Eppstein
autogenerated on Sat Dec 28 2013 17:20:20