This is the complete list of members for folly::futures::detail::CoreCallbackState< T, F >, including all inherited members.
| before_barrier() const noexcept | folly::futures::detail::CoreCallbackState< T, F > | inlineprivate |
| CoreCallbackState(Promise< T > &&promise, F &&func) noexcept(noexcept(DF(std::declval< F && >()))) | folly::futures::detail::CoreCallbackState< T, F > | inline |
| CoreCallbackState(CoreCallbackState &&that) noexcept(noexcept(DF(std::declval< F && >()))) | folly::futures::detail::CoreCallbackState< T, F > | inline |
| DF typedef | folly::futures::detail::CoreCallbackState< T, F > | private |
| func_ | folly::futures::detail::CoreCallbackState< T, F > | |
| invoke(Args &&...args) noexcept(noexcept(std::declval< F && >()(std::declval< Args && >()...))) | folly::futures::detail::CoreCallbackState< T, F > | inline |
| operator=(CoreCallbackState &&)=delete | folly::futures::detail::CoreCallbackState< T, F > | |
| promise_ | folly::futures::detail::CoreCallbackState< T, F > | private |
| setException(exception_wrapper &&ew) | folly::futures::detail::CoreCallbackState< T, F > | inline |
| setTry(Try< T > &&t) | folly::futures::detail::CoreCallbackState< T, F > | inline |
| stealPromise() noexcept | folly::futures::detail::CoreCallbackState< T, F > | inline |
| tryInvoke(Args &&...args) noexcept | folly::futures::detail::CoreCallbackState< T, F > | inline |
| ~CoreCallbackState() | folly::futures::detail::CoreCallbackState< T, F > | inline |