ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_VirtualCallback_v0_static Class Reference

#include <virtual_function_v0.h>

Inheritance diagram for CL_VirtualCallback_v0_static:
Inheritance graph
[legend]

Public Member Functions

 CL_VirtualCallback_v0_static (void(*static_func)(CL_Super_v0 &))
 
void invoke (CL_Super_v0 &super_func)
 

Public Attributes

bool enabled
 
void(* static_func )(CL_Super_v0 &)
 
bool valid
 

Detailed Description

(Internal ClanLib Class)

Constructor & Destructor Documentation

CL_VirtualCallback_v0_static::CL_VirtualCallback_v0_static ( void(*)(CL_Super_v0 &)  static_func)
inline

Member Function Documentation

void CL_VirtualCallback_v0_static::invoke ( CL_Super_v0 super_func)
inlinevirtual

Implements CL_VirtualCallback_v0.

Member Data Documentation

bool CL_SlotCallback::enabled
inherited
void(* CL_VirtualCallback_v0_static::static_func)(CL_Super_v0 &)
bool CL_SlotCallback::valid
inherited

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