![]() |
![]() |
#include <Iguana/Utilities/classlib/utils/Hook.h>
Public Member Functions | |
Hook2 (const Hook2 &x) | |
Hook2 (Hook2Rep< R, T1, T2 > *implementation=0) | |
operator bool (void) const | |
R | operator() (T1, T2) const |
Hook2 & | operator= (const Hook2 &x) |
~Hook2 (void) | |
Private Attributes | |
Hook2Rep< R, T1, T2 > * | m_rep |
Definition at line 99 of file Hook.h.
lat::Hook2< R, T1, T2 >::Hook2 | ( | Hook2Rep< R, T1, T2 > * | implementation = 0 |
) | [inline] |
lat::Hook2< R, T1, T2 >::Hook2 | ( | const Hook2< R, T1, T2 > & | x | ) | [inline] |
lat::Hook2< R, T1, T2 >::~Hook2 | ( | void | ) | [inline] |
lat::Hook2< R, T1, T2 >::operator bool | ( | void | ) | const [inline] |
Definition at line 685 of file Hook.h.
References lat::Hook2< R, T1, T2 >::m_rep.
00686 { return m_rep != 0; }
R lat::Hook2< R, T1, T2 >::operator() | ( | T1 | a, | |
T2 | b | |||
) | const [inline] |
Hook2< R, T1, T2 > & lat::Hook2< R, T1, T2 >::operator= | ( | const Hook2< R, T1, T2 > & | x | ) | [inline] |
Hook2Rep<R,T1,T2>* lat::Hook2< R, T1, T2 >::m_rep [private] |
Definition at line 112 of file Hook.h.
Referenced by lat::Hook2< R, T1, T2 >::Hook2(), lat::Hook2< R, T1, T2 >::operator bool(), lat::Hook2< R, T1, T2 >::operator()(), lat::Hook2< R, T1, T2 >::operator=(), and lat::Hook2< R, T1, T2 >::~Hook2().