ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_VirtualCallback_1< RetVal, Param1 > Class Template Referenceabstract

#include <virtual_function_1.h>

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

Public Member Functions

virtual RetVal invoke (Param1 param1, CL_Super_1< RetVal, Param1 > &super_func)=0
 

Public Attributes

bool enabled
 
bool valid
 

Detailed Description

template<typename RetVal, class Param1>
class CL_VirtualCallback_1< RetVal, Param1 >

(Internal ClanLib Class)

Member Function Documentation

template<typename RetVal , class Param1 >
virtual RetVal CL_VirtualCallback_1< RetVal, Param1 >::invoke ( Param1  param1,
CL_Super_1< RetVal, Param1 > &  super_func 
)
pure virtual

Member Data Documentation

bool CL_SlotCallback::enabled
inherited
bool CL_SlotCallback::valid
inherited

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