#include <callback_v4.h>
Public Member Functions | |
CL_Callback_Impl_v4_functor (Functor functor) | |
void | invoke (P1 p1, P2 p2, P3 p3, P4 p4) const |
Public Attributes | |
Functor | functor |
(Internal ClanLib Class)
CL_Callback_Impl_v4_functor< P1, P2, P3, P4, Functor >::CL_Callback_Impl_v4_functor | ( | Functor | functor | ) | [inline] |
void CL_Callback_Impl_v4_functor< P1, P2, P3, P4, Functor >::invoke | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3, | |||
P4 | p4 | |||
) | const [inline, virtual] |
Implements CL_Callback_Impl_v4< P1, P2, P3, P4 >.
References CL_Callback_Impl_v4_functor< P1, P2, P3, P4, Functor >::functor.
Functor CL_Callback_Impl_v4_functor< P1, P2, P3, P4, Functor >::functor |