Public Member Functions | |
Delegate () | |
Construct an empty delegate. | |
virtual | ~Delegate () |
Deconstruct a delegate. | |
virtual rk_stub_precall_retval_t | precall (void)=0 |
Pure virtual method that is called by cxx_delegate_precall. | |
virtual void | postcall (void)=0 |
Pure virtual method that is called by cxx_delegate_postcall. |
|
Pure virtual method that is called by cxx_delegate_precall.
Implemented in BasicDelegate, and ContractDelegate. |