Overview | Namespace | Class | Index | Help |
PUBLIC 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 monitor_type >
virtual | abstract | interface | template |
NO | NO | NO | YES |
Methods |
|
ReaderGuard( monitor_type & rMonitor ); |
Construction. Acquire monitor read access. |
ReaderGuard( monitor_type * pMonitor ); |
Construction. Acquire monitor read access. |
~ReaderGuard( ); |
Destruction. Release monitor read access. |
void clear( ); |
Release monitor read access. |
Data |
|
monitor_type * m_pMonitor; | Representation. |
Copyright © 2003 Sun Microsystems, Inc.