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