CppUnit project page FAQ

SynchronizedObject::ExclusiveZone Class Reference

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

#include <SynchronizedObject.h>

Collaboration diagram for SynchronizedObject::ExclusiveZone:
[legend]

List of all members.

Public Member Functions

 ExclusiveZone (SynchronizationObject *syncObject)
 ~ExclusiveZone ()

Private Member Functions

 ExclusiveZone (const ExclusiveZone &)
 Prevents the use of the copy constructor.
ExclusiveZoneoperator= (const ExclusiveZone &)
 Prevents the use of the copy operator.

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]
SynchronizedObject::ExclusiveZone::ExclusiveZone ( const ExclusiveZone  )  [private]

Prevents the use of the copy constructor.


Member Function Documentation

ExclusiveZone& SynchronizedObject::ExclusiveZone::operator= ( const ExclusiveZone  )  [private]

Prevents the use of the copy operator.


Member Data Documentation


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

Send comments to:
CppUnit Developers