CPN
Computational Process Networks
Public Member Functions | Private Attributes | List of all members
PthreadWriteLockProtected Class Reference

#include <PthreadReadWriteLock.h>

+ Collaboration diagram for PthreadWriteLockProtected:

Public Member Functions

 PthreadWriteLockProtected (PthreadReadWriteLock &tl)
 
 ~PthreadWriteLockProtected (void)
 

Private Attributes

PthreadReadWriteLocktheReadWriteLock
 

Detailed Description

Definition at line 69 of file PthreadReadWriteLock.h.

Constructor & Destructor Documentation

PthreadWriteLockProtected::PthreadWriteLockProtected ( PthreadReadWriteLock tl)
inline

Definition at line 71 of file PthreadReadWriteLock.h.

References theReadWriteLock, and PthreadReadWriteLock::WriteLock().

71  : theReadWriteLock(&tl)
PthreadReadWriteLock * theReadWriteLock

+ Here is the call graph for this function:

PthreadWriteLockProtected::~PthreadWriteLockProtected ( void  )
inline

Definition at line 73 of file PthreadReadWriteLock.h.

References theReadWriteLock, and PthreadReadWriteLock::WriteUnlock().

+ Here is the call graph for this function:

Member Data Documentation

PthreadReadWriteLock* PthreadWriteLockProtected::theReadWriteLock
private

Definition at line 75 of file PthreadReadWriteLock.h.

Referenced by PthreadWriteLockProtected(), and ~PthreadWriteLockProtected().


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