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

#include <Hook.h>

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

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

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

Public 型

typedef void(ClassType::*) FuncType (ParameterType *parameter)

Public メソッド

 HookFunctionWithRawParam (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 >::HookFunctionWithRawParam< ClassType >

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


型定義

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

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


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

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

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

00312                                                                        : 
00313               m_object(object), m_func(func)
00314             {
00315             }


関数

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

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

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

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

00318             {
00319                 (m_object->*m_func)( hookParameter->GetParameter() );
00320             }

関数の呼び出しグラフ:


変数

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

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

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

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

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

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


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