WPILibC++
2019.1.1-beta-1-17-ge27d6d7
|
This is the complete list of members for wpi::future< T >, including all inherited members.
future() noexcept=default | wpi::future< T > | |
future(future &&oth) noexcept (defined in wpi::future< T >) | wpi::future< T > | inline |
future(const future &)=delete (defined in wpi::future< T >) | wpi::future< T > | |
future(future< R > &&oth) noexcept (defined in wpi::future< T >) | wpi::future< T > | inline |
get() | wpi::future< T > | inline |
is_ready() const noexcept (defined in wpi::future< T >) | wpi::future< T > | inline |
operator=(future &&oth) noexcept (defined in wpi::future< T >) | wpi::future< T > | inline |
operator=(const future &)=delete (defined in wpi::future< T >) | wpi::future< T > | |
promise< T > (defined in wpi::future< T >) | wpi::future< T > | friend |
PromiseFactory< T > (defined in wpi::future< T >) | wpi::future< T > | friend |
then(PromiseFactory< R > &factory, F &&func) (defined in wpi::future< T >) | wpi::future< T > | inline |
then(F &&func) (defined in wpi::future< T >) | wpi::future< T > | inline |
valid() const noexcept | wpi::future< T > | inline |
wait() const | wpi::future< T > | inline |
wait_for(const std::chrono::duration< Rep, Period > &timeout_duration) const | wpi::future< T > | inline |
wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time) const | wpi::future< T > | inline |
~future() | wpi::future< T > | inline |