ConstMethodCallback()=default (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |
ConstMethodCallback(const ConstMethodCallback &rhs)=default (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |
ConstMethodCallback(const ClassType &objectRef, ConstMethodPointer< ClassType > const methodPtr) noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |
ConstMethodCallback(ConstMethodCallback &&rhs) noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
ConstMethodCallback(const ClassType &objectRef, ReturnValue(ClassType::*methodPtr)(Args...) const) noexcept (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
ConstMethodPointer typedef (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |
getMethodPointer() const noexcept -> ConstMethodPointer< ClassType > | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
getObjectPointer() const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
isValid() const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
operator bool() const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inlineexplicit |
operator!=(const ConstMethodCallback &rhs) const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
operator()(MethodArguments &&... args) const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
operator=(const ConstMethodCallback &rhs)=default (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |
operator=(ConstMethodCallback &&rhs) noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
operator==(const ConstMethodCallback &rhs) const noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
setCallback(const ClassType &objectRef, ConstMethodPointer< ClassType > methodPtr) noexcept | iox::cxx::ConstMethodCallback< ReturnValue, Args > | inline |
~ConstMethodCallback()=default (defined in iox::cxx::ConstMethodCallback< ReturnValue, Args >) | iox::cxx::ConstMethodCallback< ReturnValue, Args > | |