|
My Project
UDK 3.2.7 C/C++ API Reference
|
#include <sal/types.h>#include <osl/conditn.hxx>#include <osl/diagnose.h>#include <osl/interlck.h>#include <rtl/ref.hxx>#include <salhelper/refobj.hxx>#include <salhelper/future.hxx>#include <salhelper/futurequeue.hxx>Go to the source code of this file.
Classes | |
| class | salhelper::MonitorCondition |
| class | salhelper::QueuedReaderWriterMonitor |
| class | salhelper::ReaderGuard< monitor_type > |
| class | salhelper::WriterGuard< monitor_type > |
Namespaces | |
| namespace | salhelper |
Macros | |
| #define | SALHELPER_COPYCTOR_API(C) C (const C&); C& operator= (const C&) |
Typedefs | |
| typedef ReaderGuard < QueuedReaderWriterMonitor > | salhelper::QueuedReaderGuard |
| typedef WriterGuard < QueuedReaderWriterMonitor > | salhelper::QueuedWriterGuard |
| #define SALHELPER_COPYCTOR_API | ( | C | ) | C (const C&); C& operator= (const C&) |
1.8.1.2