WPILibC++  2019.2.1-19-g8a9822a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::future< T > Member List

This is the complete list of members for wpi::future< T >, including all inherited members.

future() noexcept=defaultwpi::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 noexceptwpi::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