|
My Project
UDK 3.2.7 C/C++ API Reference
|
#include <futurequeue.hxx>
Public Member Functions | |
| FutureQueue () | |
| Construction. | |
| ~FutureQueue () | |
| Destruction. | |
| void | put (const element_type &element) |
| Enqueue element at queue tail. | |
| rtl::Reference < salhelper::Future < element_type > > | get () |
| Dequeue a future to element at queue head. | |
Additional Inherited Members | |
Protected Member Functions inherited from osl::Mutex | |
| Mutex () | |
| Create a thread-local mutex. | |
| ~Mutex () | |
| Release the OS-structures and free mutex data-structure. | |
| sal_Bool | acquire () |
| Acquire the mutex, block if already acquired by another thread. | |
| sal_Bool | tryToAcquire () |
| Try to acquire the mutex without blocking. | |
| sal_Bool | release () |
| Release the mutex. | |
Static Protected Member Functions inherited from osl::Mutex | |
| static Mutex * | getGlobalMutex () |
| Returns a global static mutex object. | |
|
inline |
Construction.
|
inline |
Destruction.
|
inline |
Dequeue a future to element at queue head.
|
inline |
Enqueue element at queue tail.
1.8.1.2