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

#include <callback_0.h>

Inheritance diagram for CL_Callback_Impl_0_static< RetVal >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_Impl_0_static (RetVal(*static_func)())
 
RetVal invoke () const
 

Public Attributes

RetVal(* static_func )()
 

Detailed Description

template<typename RetVal>
class CL_Callback_Impl_0_static< RetVal >

(Internal ClanLib Class)

Constructor & Destructor Documentation

template<typename RetVal >
CL_Callback_Impl_0_static< RetVal >::CL_Callback_Impl_0_static ( RetVal(*)()  static_func)
inline

Member Function Documentation

template<typename RetVal >
RetVal CL_Callback_Impl_0_static< RetVal >::invoke ( ) const
inlinevirtual

Member Data Documentation

template<typename RetVal >
RetVal(* CL_Callback_Impl_0_static< RetVal >::static_func)()

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