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