Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
template< typename T >
ClearableGuard< T > (public) | +--ResettableGuard
virtual | abstract | interface | template |
NO | NO | NO | YES |
Methods |
|
ResettableGuard( T * pT_ ); |
Acquires the object specified as parameter. |
ResettableGuard( T & rT ); |
Acquires the object specified as parameter. |
void reset( ); |
Re-aquires the mutex or interface. |
Data |
|
T * pResetT; |
Methods |
|
ResettableGuard( ResettableGuard & ); |
|
void operator=( ResettableGuard & ); |
Copyright © 2010 Sun Microsystems, Inc.