#include <Iguana/Utilities/classlib/utils/Hook.h>
Public Member Functions | |
virtual R | call (T1 a, T2 b) |
HookImpC22 (C *object, R(C::*function)(T1, T2, T3, T4), const T3 &fill_3, const T4 &fill_4) | |
Private Attributes | |
T3 | m_fill_3 |
T4 | m_fill_4 |
R(C::* | m_function )(T1, T2, T3, T4) |
C * | m_object |
Definition at line 439 of file Hook.h.
lat::HookImpC22< C, R, T1, T2, T3, T4 >::HookImpC22 | ( | C * | object, | |
R(C::*)(T1, T2, T3, T4) | function, | |||
const T3 & | fill_3, | |||
const T4 & | fill_4 | |||
) | [inline] |
virtual R lat::HookImpC22< C, R, T1, T2, T3, T4 >::call | ( | T1 | a, | |
T2 | b | |||
) | [inline, virtual] |
Implements lat::Hook2Rep< R, T1, T2 >.
Definition at line 449 of file Hook.h.
References lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_fill_3, lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_fill_4, lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_function, and lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_object.
T3 lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_fill_3 [private] |
Definition at line 455 of file Hook.h.
Referenced by lat::HookImpC22< C, R, T1, T2, T3, T4 >::call().
T4 lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_fill_4 [private] |
Definition at line 456 of file Hook.h.
Referenced by lat::HookImpC22< C, R, T1, T2, T3, T4 >::call().
R(C::* lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_function)(T1, T2, T3, T4) [private] |
Referenced by lat::HookImpC22< C, R, T1, T2, T3, T4 >::call().
C* lat::HookImpC22< C, R, T1, T2, T3, T4 >::m_object [private] |
Definition at line 453 of file Hook.h.
Referenced by lat::HookImpC22< C, R, T1, T2, T3, T4 >::call().