#include <monitor.hxx>
Public Member Functions |
| | 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.
|
Constructor & Destructor Documentation
| salhelper::MonitorCondition::MonitorCondition |
( |
| ) |
throw () |
|
inline |
| salhelper::MonitorCondition::~MonitorCondition |
( |
| ) |
throw () |
|
inline |
Member Function Documentation
| void salhelper::MonitorCondition::acquire |
( |
| ) |
throw () |
|
inline |
Acquire or enter the monitor.
| void salhelper::MonitorCondition::release |
( |
| ) |
throw () |
|
inline |
Release or leave the monitor.
| void salhelper::MonitorCondition::wait |
( |
| ) |
throw () |
|
inline |
Wait until all references are released.
The documentation for this class was generated from the following file: