UDK 3.2.7 C/C++ API Reference
Public Member Functions
salhelper::MonitorCondition Class Reference

#include <monitor.hxx>

Inheritance diagram for salhelper::MonitorCondition:
osl::Condition

List of all members.

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]

Construction.

salhelper::MonitorCondition::~MonitorCondition ( ) throw () [inline]

Destruction.


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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines