DASH
0.3.0
|
This is the complete list of members for dash::Future< void >, including all inherited members.
destroy_func_t typedef | dash::Future< void > | |
Future() noexcept=default | dash::Future< void > | |
Future(get_func_t get_func) noexcept | dash::Future< void > | inline |
Future(get_func_t get_func, test_func_t test_func) noexcept | dash::Future< void > | inline |
Future(get_func_t get_func, test_func_t test_func, destroy_func_t destroy_func) noexcept | dash::Future< void > | inline |
Future(const self_t &other)=delete | dash::Future< void > | |
Future(self_t &&other) noexcept | dash::Future< void > | inline |
get() | dash::Future< void > | inline |
get_func_t typedef | dash::Future< void > | |
operator<< (defined in dash::Future< void >) | dash::Future< void > | friend |
operator=(const self_t &other)=delete | dash::Future< void > | |
operator=(self_t &&other) noexcept | dash::Future< void > | inline |
self_t typedef (defined in dash::Future< void >) | dash::Future< void > | |
test() | dash::Future< void > | inline |
test_func_t typedef | dash::Future< void > | |
valid() noexcept | dash::Future< void > | inline |
wait() | dash::Future< void > | inline |
~Future() | dash::Future< void > | inline |