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