|
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 () |
Public Member Functions inherited from salhelper::ReferenceObject | |
| ReferenceObject () throw () | |
| Construction. | |
| virtual oslInterlockedCount | acquire () throw () |
| IReference. | |
| virtual oslInterlockedCount | release () throw () |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::ReferenceObject | |
| 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 () |
Protected Member Functions inherited from salhelper::ReferenceObject | |
| virtual | ~ReferenceObject () throw () |
| Destruction. | |
|
inline |
|
inline |
|
inline |
1.8.1.2