#include <callback_2.h>
Public Member Functions | |
CL_Callback_Impl_2_functor (Functor functor) | |
RetVal | invoke (P1 p1, P2 p2) const |
Public Attributes | |
Functor | functor |
(Internal ClanLib Class)
CL_Callback_Impl_2_functor< RetVal, P1, P2, Functor >::CL_Callback_Impl_2_functor | ( | Functor | functor | ) | [inline] |
RetVal CL_Callback_Impl_2_functor< RetVal, P1, P2, Functor >::invoke | ( | P1 | p1, | |
P2 | p2 | |||
) | const [inline, virtual] |
Implements CL_Callback_Impl_2< RetVal, P1, P2 >.
References CL_Callback_Impl_2_functor< RetVal, P1, P2, Functor >::functor.
Functor CL_Callback_Impl_2_functor< RetVal, P1, P2, Functor >::functor |