#include <ulxr_method_adder.h>
Inheritance diagram for ulxr::hidden::MethodWrapperBase:
Public Member Functions | |
virtual | ~MethodWrapperBase () |
virtual MethodResponse | call (const MethodCall &calldata) const=0 |
Definition at line 49 of file ulxr_method_adder.h.
ulxr::hidden::MethodWrapperBase::~MethodWrapperBase | ( | ) | [virtual] |
Definition at line 730 of file ulxr_dispatcher.cpp.
virtual MethodResponse ulxr::hidden::MethodWrapperBase::call | ( | const MethodCall & | calldata | ) | const [pure virtual] |
Implemented in ulxr::hidden::MethodWrapper< T >.