|
UDK 3.2.7 C/C++ API Reference
|
#include <monitor.hxx>
Public Member Functions | |
| ReaderGuard (monitor_type &rMonitor) | |
| Construction. | |
| ReaderGuard (monitor_type *pMonitor) | |
| Construction. | |
| ~ReaderGuard () | |
| Destruction. | |
| void | clear () |
| Release monitor read access. | |
| salhelper::ReaderGuard< monitor_type >::ReaderGuard | ( | monitor_type & | rMonitor | ) | [inline] |
Construction.
Acquire monitor read access.
| salhelper::ReaderGuard< monitor_type >::ReaderGuard | ( | monitor_type * | pMonitor | ) | [inline] |
Construction.
Acquire monitor read access.
| salhelper::ReaderGuard< monitor_type >::~ReaderGuard | ( | ) | [inline] |
Destruction.
Release monitor read access.
| void salhelper::ReaderGuard< monitor_type >::clear | ( | ) | [inline] |
Release monitor read access.
1.7.4