#include <callback_v3.h>
Public Member Functions | |
CL_Callback_Impl_v3_functor (Functor functor) | |
void | invoke (P1 p1, P2 p2, P3 p3) const |
Public Attributes | |
Functor | functor |
(Internal ClanLib Class)
CL_Callback_Impl_v3_functor< P1, P2, P3, Functor >::CL_Callback_Impl_v3_functor | ( | Functor | functor | ) | [inline] |
void CL_Callback_Impl_v3_functor< P1, P2, P3, Functor >::invoke | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3 | |||
) | const [inline, virtual] |
Implements CL_Callback_Impl_v3< P1, P2, P3 >.
References CL_Callback_Impl_v3_functor< P1, P2, P3, Functor >::functor.
Functor CL_Callback_Impl_v3_functor< P1, P2, P3, Functor >::functor |
Referenced by CL_Callback_Impl_v3_functor< P1, P2, P3, Functor >::invoke().