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 >
virtual | abstract | interface | template |
NO | NO | NO | YES |
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. |
Data |
|
T * pT; |
Methods |
|
Guard( const Guard & ); |
|
const Guard & operator=( const Guard & ); |
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.