My Project
UDK 3.2.7 C/C++ API Reference
|
#include <future.hxx>
Public Member Functions | |
Future (const value_type &value=value_type()) throw () | |
void | set (const value_type &value) throw () |
value_type & | get () throw () |
![]() | |
ReferenceObject () throw () | |
Construction. | |
virtual oslInterlockedCount | acquire () throw () |
IReference. | |
virtual oslInterlockedCount | release () throw () |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t n) throw () |
Allocation. | |
static void | operator delete (void *p) throw () |
static void * | operator new (size_t, void *p) throw () |
static void | operator delete (void *, void *) throw () |
![]() | |
virtual | ~ReferenceObject () throw () |
Destruction. |
|
inline |
|
inline |
|
inline |