ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_VirtualCallback_1_functor< RetVal, Param1, Functor > Class Template Reference

#include <virtual_function_1.h>

Inheritance diagram for CL_VirtualCallback_1_functor< RetVal, Param1, Functor >:
Inheritance graph
[legend]

Public Member Functions

 CL_VirtualCallback_1_functor (const Functor &functor)
 
RetVal invoke (Param1 param1, CL_Super_1< RetVal, Param1 > &super_func)
 

Public Attributes

bool enabled
 
Functor functor
 
bool valid
 

Detailed Description

template<typename RetVal, class Param1, class Functor>
class CL_VirtualCallback_1_functor< RetVal, Param1, Functor >

(Internal ClanLib Class)

Constructor & Destructor Documentation

template<typename RetVal , class Param1 , class Functor >
CL_VirtualCallback_1_functor< RetVal, Param1, Functor >::CL_VirtualCallback_1_functor ( const Functor &  functor)
inline

Member Function Documentation

template<typename RetVal , class Param1 , class Functor >
RetVal CL_VirtualCallback_1_functor< RetVal, Param1, Functor >::invoke ( Param1  param1,
CL_Super_1< RetVal, Param1 > &  super_func 
)
inlinevirtual

Member Data Documentation

bool CL_SlotCallback::enabled
inherited
template<typename RetVal , class Param1 , class Functor >
Functor CL_VirtualCallback_1_functor< RetVal, Param1, Functor >::functor
bool CL_SlotCallback::valid
inherited

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