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

#include <Hook.h>

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

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

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

Public 型

typedef void(ClassType::*) FuncType (CallerType *caller, OpIterator op)

Public メソッド

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

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


型定義

template<typename CallerT, typename ParamT>
template<typename ClassType>
typedef void(ClassType::* ) Onikiri::HookPoint< CallerT, ParamT >::HookFunctionWithCallerAndOp< ClassType >::FuncType(CallerType *caller, OpIterator op)

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


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

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

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

00252                                                                           : 
00253               m_object(object), m_func(func)
00254             {
00255             }


関数

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

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

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

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

00258             {
00259                 (m_object->*m_func)( hookParameter->GetCaller(), hookParameter->GetOp() );
00260             }

関数の呼び出しグラフ:


変数

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

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

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

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

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

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


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