proxygen
folly::futures::detail::FutureBase< T > Member List

This is the complete list of members for folly::futures::detail::FutureBase< T >, including all inherited members.

assign(FutureBase< T > &&other) noexceptfolly::futures::detail::FutureBase< T >protected
cancel()folly::futures::detail::FutureBase< T >inline
Core typedeffolly::futures::detail::FutureBase< T >protected
core_folly::futures::detail::FutureBase< T >protected
detach()folly::futures::detail::FutureBase< T >protected
Future classfolly::futures::detail::FutureBase< T >friend
FutureBase(T2 &&val)folly::futures::detail::FutureBase< T >
FutureBase(typename std::enable_if< std::is_same< Unit, T2 >::value >::type *)folly::futures::detail::FutureBase< T >
FutureBase(in_place_t, Args &&...args)folly::futures::detail::FutureBase< T >explicit
FutureBase(FutureBase< T > const &)=deletefolly::futures::detail::FutureBase< T >
FutureBase(SemiFuture< T > &&) noexceptfolly::futures::detail::FutureBase< T >
FutureBase(Future< T > &&) noexceptfolly::futures::detail::FutureBase< T >
FutureBase(Future< T > const &)=deletefolly::futures::detail::FutureBase< T >
FutureBase(SemiFuture< T > const &)=deletefolly::futures::detail::FutureBase< T >
FutureBase(Core *obj)folly::futures::detail::FutureBase< T >inlineexplicitprotected
FutureBase(futures::detail::EmptyConstruct) noexceptfolly::futures::detail::FutureBase< T >explicitprotected
getCore()folly::futures::detail::FutureBase< T >inlineprotected
getCore() const folly::futures::detail::FutureBase< T >inlineprotected
getCoreImpl(Self &self)folly::futures::detail::FutureBase< T >inlineprotectedstatic
getCoreTryChecked()folly::futures::detail::FutureBase< T >inlineprotected
getCoreTryChecked() const folly::futures::detail::FutureBase< T >inlineprotected
getCoreTryChecked(Self &self)folly::futures::detail::FutureBase< T >inlineprotectedstatic
getExecutor() const folly::futures::detail::FutureBase< T >inlineprotected
getPriority() const folly::futures::detail::FutureBase< T >inline
hasException() const folly::futures::detail::FutureBase< T >
hasValue() const folly::futures::detail::FutureBase< T >
isReady() const folly::futures::detail::FutureBase< T >
poll()folly::futures::detail::FutureBase< T >
Promise< T > classfolly::futures::detail::FutureBase< T >friend
raise(exception_wrapper interrupt)folly::futures::detail::FutureBase< T >
raise(E &&exception)folly::futures::detail::FutureBase< T >inline
result()&folly::futures::detail::FutureBase< T >
result() const &folly::futures::detail::FutureBase< T >
result()&&folly::futures::detail::FutureBase< T >
result() const &&folly::futures::detail::FutureBase< T >
SemiFuture classfolly::futures::detail::FutureBase< T >friend
setCallback_(F &&func)folly::futures::detail::FutureBase< T >
setCallback_(F &&func, std::shared_ptr< folly::RequestContext > context)folly::futures::detail::FutureBase< T >
setExecutor(Executor *x, int8_t priority=Executor::MID_PRI)folly::futures::detail::FutureBase< T >inlineprotected
setExecutor(Executor::KeepAlive<> x, int8_t priority=Executor::MID_PRI)folly::futures::detail::FutureBase< T >inlineprotected
thenImplementation(F &&func, R)folly::futures::detail::FutureBase< T >protected
thenImplementation(F &&func, R)folly::futures::detail::FutureBase< T >protected
throwIfContinued() const folly::futures::detail::FutureBase< T >protected
throwIfInvalid() const folly::futures::detail::FutureBase< T >protected
valid() const noexceptfolly::futures::detail::FutureBase< T >inline
value()&folly::futures::detail::FutureBase< T >
value() const &folly::futures::detail::FutureBase< T >
value()&&folly::futures::detail::FutureBase< T >
value() const &&folly::futures::detail::FutureBase< T >
value_type typedeffolly::futures::detail::FutureBase< T >
withinImplementation(Duration dur, E e, Timekeeper *tk)&&folly::futures::detail::FutureBase< T >protected
~FutureBase()folly::futures::detail::FutureBase< T >