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

#include <callback_4.h>

Inheritance diagram for CL_Callback_Impl_4_functor< RetVal, P1, P2, P3, P4, Functor >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_Impl_4_functor (Functor functor)
 
RetVal invoke (P1 p1, P2 p2, P3 p3, P4 p4) const
 

Public Attributes

Functor functor
 

Detailed Description

template<typename RetVal, class P1, class P2, class P3, class P4, class Functor>
class CL_Callback_Impl_4_functor< RetVal, P1, P2, P3, P4, Functor >

(Internal ClanLib Class)

Constructor & Destructor Documentation

template<typename RetVal , class P1 , class P2 , class P3 , class P4 , class Functor >
CL_Callback_Impl_4_functor< RetVal, P1, P2, P3, P4, Functor >::CL_Callback_Impl_4_functor ( Functor  functor)
inline

Member Function Documentation

template<typename RetVal , class P1 , class P2 , class P3 , class P4 , class Functor >
RetVal CL_Callback_Impl_4_functor< RetVal, P1, P2, P3, P4, Functor >::invoke ( P1  p1,
P2  p2,
P3  p3,
P4  p4 
) const
inlinevirtual

Member Data Documentation

template<typename RetVal , class P1 , class P2 , class P3 , class P4 , class Functor >
Functor CL_Callback_Impl_4_functor< RetVal, P1, P2, P3, P4, Functor >::functor

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