Content for OpenOffice.org version 3.3.
| 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 |
:: salhelper :: class MonitorCondition
- Base Classes
osl::Condition (protected)
|
+--MonitorCondition
- Known Derived Classes
- None.
| virtual |
abstract |
interface |
template |
| NO |
NO |
NO |
NO |
- File
- monitor.hxx
Public Members
-
Methods
|
MonitorCondition( ) throw( ); |
Construction.
|
~MonitorCondition( ) throw( ); |
Destruction.
|
void
acquire( ) throw( ); |
Acquire or enter the monitor.
|
void
release( ) throw( ); |
Release or leave the monitor.
|
void
wait( ) throw( ); |
Wait until all references are released.
|
Private Members
-
Top of Page
Copyright © 2009 Sun Microsystems, Inc.