This is the complete list of members for Legion::Future, including all inherited members.
from_untyped_pointer(Runtime *rt, const void *buffer, size_t bytes) | Legion::Future | inlinestatic |
from_value(Runtime *rt, const T &value) | Legion::Future | inlinestatic |
Future(void) (defined in Legion::Future) | Legion::Future | |
Future(const Future &f) (defined in Legion::Future) | Legion::Future | |
Future(Future &&f) (defined in Legion::Future) | Legion::Future | |
Future(Internal::FutureImpl *impl, bool need_reference=true) (defined in Legion::Future) | Legion::Future | explicitprotected |
get(void) (defined in Legion::Future) | Legion::Future | inline |
get_reference(bool silence_warnings=false, const char *warning_string=NULL) const | Legion::Future | inline |
get_result(bool silence_warnings=false, const char *warning_string=NULL) const | Legion::Future | inline |
get_untyped_pointer(bool silence_warnings=false, const char *warning_string=NULL) const | Legion::Future | inline |
get_untyped_size(void) const | Legion::Future | |
get_void_result(bool silence_warnings=false, const char *warning_string=NULL) const | Legion::Future | |
is_empty(bool block=false, bool silence_warnings=false, const char *warning_string=NULL) const | Legion::Future | |
is_ready(bool subscribe=false) const | Legion::Future | |
legion_buffer_size(void) (defined in Legion::Unserializable< Future >) | Legion::Unserializable< Future > | inline |
legion_deserialize(const void *buffer) (defined in Legion::Unserializable< Future >) | Legion::Unserializable< Future > | inline |
legion_serialize(void *buffer) (defined in Legion::Unserializable< Future >) | Legion::Unserializable< Future > | inline |
operator<(const Future &f) const (defined in Legion::Future) | Legion::Future | inline |
operator=(const Future &f) (defined in Legion::Future) | Legion::Future | |
operator=(Future &&f) (defined in Legion::Future) | Legion::Future | |
operator==(const Future &f) const (defined in Legion::Future) | Legion::Future | inline |
valid(void) const (defined in Legion::Future) | Legion::Future | inline |
wait(void) const (defined in Legion::Future) | Legion::Future | inline |
~Future(void) (defined in Legion::Future) | Legion::Future |