This is the complete list of members for yaclib::detail::ResultCore< V, E >, including all inherited members.
_callback | yaclib::detail::BaseCore | protected |
_executor | yaclib::detail::BaseCore | |
_result | yaclib::detail::ResultCore< V, E > | |
_self | yaclib::detail::ResultCore< V, E > | |
BaseCore(State state) noexcept | yaclib::detail::BaseCore | inlineexplicitprotected |
Call() noexcept | yaclib::IFunc | inlinevirtual |
CopyExecutorTo(BaseCore &callback) noexcept | yaclib::detail::BaseCore | inline |
DecRef() noexcept | yaclib::IRef | inlinevirtual |
Drop() noexcept | yaclib::Job | inlinevirtual |
Empty() const noexcept | yaclib::detail::BaseCore | inline |
Get() noexcept | yaclib::detail::ResultCore< V, E > | inline |
GetRef() noexcept | yaclib::IRef | inlinevirtual |
Here(InlineCore &caller) noexcept=0 | yaclib::detail::InlineCore | pure virtual |
Impl(InlineCore &caller) noexcept | yaclib::detail::ResultCore< V, E > | inlineprotected |
IncRef() noexcept | yaclib::IRef | inlinevirtual |
kEmpty enum value | yaclib::detail::BaseCore | |
kResult enum value | yaclib::detail::BaseCore | |
MoveExecutorTo(BaseCore &callback) noexcept | yaclib::detail::BaseCore | inline |
MoveOrConst() | yaclib::detail::ResultCore< V, E > | inline |
next | yaclib::detail::Node | |
ResetImpl() noexcept | yaclib::detail::BaseCore | protected |
ResultCore() noexcept | yaclib::detail::ResultCore< V, E > | inline |
ResultCore(Args &&... args) noexcept(std::is_nothrow_constructible_v< Result< V, E >, Args &&... >) | yaclib::detail::ResultCore< V, E > | inlineexplicit |
SetCallbackImpl(InlineCore &callback) noexcept | yaclib::detail::BaseCore | protected |
SetInlineImpl(InlineCore &callback) noexcept | yaclib::detail::BaseCore | protected |
SetResultImpl() noexcept | yaclib::detail::BaseCore | protected |
State enum name | yaclib::detail::BaseCore | |
Store(Args &&... args) noexcept(std::is_nothrow_constructible_v< Result< V, E >, Args &&... >) | yaclib::detail::ResultCore< V, E > | inline |
StoreCallbackImpl(InlineCore &callback) noexcept | yaclib::detail::BaseCore | inlineprotected |
~IRef() noexcept=default | yaclib::IRef | virtual |
~ResultCore() noexcept override | yaclib::detail::ResultCore< V, E > | inline |