#include <Hook.h>
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >に対する継承グラフ
Public 型 | |
typedef void(ClassType::*) | FuncType (CallerType *caller) |
Public メソッド | |
HookFunctionWithCaller (ClassType *object, FuncType func) | |
virtual void | operator() (HookParameterType *hookParameter) |
Protected 変数 | |
FuncType | m_func |
ClassType * | m_object |
typedef void(ClassType::* ) Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::FuncType(CallerType *caller) |
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::HookFunctionWithCaller | ( | ClassType * | object, | |
FuncType | func | |||
) | [inline] |
virtual void Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::operator() | ( | HookParameterType * | hookParameter | ) | [inline, virtual] |
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionBaseを実装しています。
参照先 Onikiri::HookParameter< CallerT, ParamT >::GetCaller()・Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::m_func・Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::m_object.
関数の呼び出しグラフ:
FuncType Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::m_func [protected] |
ClassType* Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCaller< ClassType >::m_object [protected] |