Include dependency graph for Delegate.cc:

Functions | |
| rk_stub_precall_retval_t | cxx_delegate_precall (void *obj) |
| Callback for rk_stub_mk_pid that will cast the parameter to a Delegate object and call Delegate::precall(). | |
| void | cxx_delegate_postcall (void *obj) |
| Callback for rk_stub_mk_pid that will cast the parameter to a Delegate object and call Delegate::postcall(). | |
|
|
Callback for rk_stub_mk_pid that will cast the parameter to a Delegate object and call Delegate::postcall(). Typically, this function would be passed as the postcall argument to rk_stub_mk_pid().
|
|
|
Callback for rk_stub_mk_pid that will cast the parameter to a Delegate object and call Delegate::precall(). Typically, this function would be passed as the precall argument to rk_stub_mk_pid().
|
1.3.4