![]() |
![]() |
#include <Iguana/Utilities/classlib/utils/Hook.h>
Public Member Functions | |
Hook (const Hook &x) | |
Hook (HookRep< R > *implementation=0) | |
operator bool (void) const | |
R | operator() (void) const |
Hook & | operator= (const Hook &x) |
~Hook (void) | |
Private Attributes | |
HookRep< R > * | m_rep |
Definition at line 33 of file Hook.h.
Definition at line 599 of file Hook.h.
References lat::Hook< R >::m_rep.
00600 { return m_rep != 0; }
Definition at line 604 of file Hook.h.
References lat::Hook< R >::m_rep.
00605 { return m_rep->call (); }
Definition at line 46 of file Hook.h.
Referenced by lat::Hook< R >::Hook(), lat::Hook< R >::operator bool(), lat::Hook< R >::operator()(), lat::Hook< R >::operator=(), and lat::Hook< R >::~Hook().