Definition at line 24 of file FakeDelegate.hh.
Public Member Functions | |
FakeDelegate () | |
Construct an empty delegate. | |
virtual | ~FakeDelegate () |
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. Referenced by cxx_delegate_precall(). |