Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA
PROTECTED MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: osl ::

template< typename T >

class Guard


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO YES
Summary
A helper class for mutex objects and interfaces.
File
mutex.hxx

Public Members

Methods


Guard( T * pT );
Acquires the object specified as parameter.

Guard( T & t );
Acquires the object specified as parameter.

~Guard( );
Releases the mutex or interface.

Protected Members

Data

T * pT;

Top of Page