#include <Hook.h>
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >に対する継承グラフ
Public 型 | |
typedef void(ClassType::*) | FuncType (HookParameterType *) |
Public メソッド | |
HookFunctionWithParam (ClassType *object, FuncType func) | |
void | operator() (HookParameterType *hookParameter) |
Protected 変数 | |
FuncType | m_func |
ClassType * | m_object |
typedef void(ClassType::* ) Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::FuncType(HookParameterType *) |
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::HookFunctionWithParam | ( | ClassType * | object, | |
FuncType | func | |||
) | [inline] |
void Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::operator() | ( | HookParameterType * | hookParameter | ) | [inline, virtual] |
FuncType Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::m_func [protected] |
ClassType* Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::m_object [protected] |