CppUnit project page FAQ

Public Member Functions | Private Attributes
SynchronizedObject::ExclusiveZone Class Reference

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

#include <SynchronizedObject.h>

Collaboration diagram for SynchronizedObject::ExclusiveZone:
Collaboration graph
[legend]

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:

Send comments to:
CppUnit Developers