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

#include <virtual_function_0.h>

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

Public Member Functions

 CL_VirtualCallback_0_functor (const Functor &functor)
 
RetVal invoke (CL_Super_0< RetVal > &super_func)
 

Public Attributes

bool enabled
 
Functor functor
 
bool valid
 

Detailed Description

template<typename RetVal, class Functor>
class CL_VirtualCallback_0_functor< RetVal, Functor >

(Internal ClanLib Class)

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename RetVal , class Functor >
RetVal CL_VirtualCallback_0_functor< RetVal, Functor >::invoke ( CL_Super_0< RetVal > &  super_func)
inlinevirtual

Member Data Documentation

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

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