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

#include <Hook.h>

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

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

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

Public 型

typedef void(ClassType::*) FuncType (HookParameterType *)

Public メソッド

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

Protected 変数

FuncType m_func
ClassType * m_object

説明

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

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


型定義

template<typename CallerT, typename ParamT>
template<typename ClassType>
typedef void(ClassType::* ) Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::FuncType(HookParameterType *)

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


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

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

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

00167                                                                     : 
00168               m_object(object), m_func(func)
00169             {
00170             }


関数

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

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

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

参照先 Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::m_funcOnikiri::HookPoint< CallerT, ParamT >::HookFunctionWithParam< ClassType >::m_object.

00173             {
00174                 (m_object->*m_func)( hookParameter );
00175             }


変数

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

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

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

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

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

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


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