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

#include <Hook.h>

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

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

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

Public 型

typedef void(ClassType::*) FuncType (OpIterator op, ParameterType *parameter)

Public メソッド

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

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


型定義

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

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


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

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

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

00272                                                                             : 
00273               m_object(object), m_func(func)
00274             {
00275             }


関数

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

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

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

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

00278             {
00279                 (m_object->*m_func)( hookParameter->GetOp(), hookParameter->GetParameter() );
00280             }

関数の呼び出しグラフ:


変数

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

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

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

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

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

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


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