クラス テンプレート Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >

#include <Hook.h>

Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >に対する継承グラフ

Inheritance graph
[凡例]
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >のコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public 型

typedef void(ClassType::*) FuncType (CallerType *caller, ParameterType *parameter)

Public メソッド

 HookFunctionWithCallerAndRawParam (ClassType *object, FuncType func)
virtual void operator() (HookParameterType *hookParameter)

Protected 変数

FuncType m_func
ClassType * m_object

説明

template<typename CallerT, typename ParamT>
template<typename ClassType>
class Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >

Hook.h288 行で定義されています。


型定義

template<typename CallerT, typename ParamT>
template<typename ClassType>
typedef void(ClassType::* ) Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::FuncType(CallerType *caller, ParameterType *parameter)

Hook.h291 行で定義されています。


コンストラクタとデストラクタ

template<typename CallerT, typename ParamT>
template<typename ClassType>
Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::HookFunctionWithCallerAndRawParam ( ClassType *  object,
FuncType  func 
) [inline]

Hook.h292 行で定義されています。

00292                                                                                 : 
00293               m_object(object), m_func(func)
00294             {
00295             }


関数

template<typename CallerT, typename ParamT>
template<typename ClassType>
virtual void Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::operator() ( HookParameterType hookParameter  )  [inline, virtual]

Onikiri::HookPoint< CallerT, ParamT >::HookFunctionBaseを実装しています。

Hook.h297 行で定義されています。

参照先 Onikiri::HookParameter< CallerT, ParamT >::GetCaller()Onikiri::HookParameter< CallerT, ParamT >::GetParameter()Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::m_funcOnikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::m_object.

00298             {
00299                 (m_object->*m_func)( hookParameter->GetCaller(), hookParameter->GetParameter() );
00300             }

関数の呼び出しグラフ:


変数

template<typename CallerT, typename ParamT>
template<typename ClassType>
FuncType Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::m_func [protected]

Hook.h303 行で定義されています。

参照元 Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::operator()().

template<typename CallerT, typename ParamT>
template<typename ClassType>
ClassType* Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::m_object [protected]

Hook.h302 行で定義されています。

参照元 Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndRawParam< ClassType >::operator()().


このクラスの説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 15:01:36 2013に生成されました。  doxygen 1.4.7