CppUnit project page FAQ CppUnit home page

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SynchronizedObject::ExclusiveZone Class Reference

Locks a synchronization object in the current scope. More...

#include <SynchronizedObject.h>

List of all members.

Public Member Functions

 ExclusiveZone (SynchronizationObject *syncObject)
 ~ExclusiveZone ()

Private Attributes

SynchronizationObjectm_syncObject


Detailed Description

Locks a synchronization object in the current scope.


Constructor & Destructor Documentation

SynchronizedObject::ExclusiveZone::ExclusiveZone SynchronizationObject syncObject  )  [inline]
 

SynchronizedObject::ExclusiveZone::~ExclusiveZone  )  [inline]
 


Member Data Documentation

SynchronizationObject* SynchronizedObject::ExclusiveZone::m_syncObject [private]
 


The documentation for this class was generated from the following file:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers