ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_Callback_Impl_v2_functor< P1, P2, Functor > Class Template Reference

#include <callback_v2.h>

Inheritance diagram for CL_Callback_Impl_v2_functor< P1, P2, Functor >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_Impl_v2_functor (Functor functor)
 
void invoke (P1 p1, P2 p2) const
 

Public Attributes

Functor functor
 

Detailed Description

template<class P1, class P2, class Functor>
class CL_Callback_Impl_v2_functor< P1, P2, Functor >

(Internal ClanLib Class)

Constructor & Destructor Documentation

template<class P1 , class P2 , class Functor >
CL_Callback_Impl_v2_functor< P1, P2, Functor >::CL_Callback_Impl_v2_functor ( Functor  functor)
inline

Member Function Documentation

template<class P1 , class P2 , class Functor >
void CL_Callback_Impl_v2_functor< P1, P2, Functor >::invoke ( P1  p1,
P2  p2 
) const
inlinevirtual

Member Data Documentation

template<class P1 , class P2 , class Functor >
Functor CL_Callback_Impl_v2_functor< P1, P2, Functor >::functor

The documentation for this class was generated from the following file: