Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Private Attributes
cat::RWLock Class Reference

#include <RWLock.hpp>

List of all members.

Public Member Functions

void ReadLock ()
void ReadUnlock ()
 RWLock ()
void WriteLock ()
void WriteUnlock ()
 ~RWLock ()

Private Attributes

int init_failure
pthread_rwlock_t rw

Detailed Description

Definition at line 39 of file RWLock.hpp.


Constructor & Destructor Documentation

cat::RWLock::RWLock ( )
cat::RWLock::~RWLock ( )

Member Function Documentation

void cat::RWLock::ReadLock ( )
void cat::RWLock::ReadUnlock ( )
void cat::RWLock::WriteLock ( )
void cat::RWLock::WriteUnlock ( )

Member Data Documentation

Definition at line 47 of file RWLock.hpp.

pthread_rwlock_t cat::RWLock::rw [private]

Definition at line 48 of file RWLock.hpp.


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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net