|
MADNESS
version 0.9
|
Implements the functionality of Futures. More...
#include <worldfut.h>


Public Member Functions | |
| FutureImpl () | |
| FutureImpl (const RemoteReference< FutureImpl< T > > &remote_ref) | |
| bool | probe () const |
| void | register_callback (CallbackInterface *callback) |
| template<typename U > | |
| void | set (const U &value) |
| void | set (const archive::BufferInputArchive &input_arch) |
| T & | get () |
| const T & | get () const |
| bool | is_local () const |
| bool | replace_with (FutureImpl< T > *f) |
| virtual | ~FutureImpl () |
Friends | |
| class | Future< T > |
| std::ostream & | operator (std::ostream &out, const Future< T > &f) |
Implements the functionality of Futures.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
1.8.8