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

#include <callback_1.h>

Inheritance diagram for CL_Callback_Impl_1_static< RetVal, P1 >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_Impl_1_static (RetVal(*static_func)(P1))
 
RetVal invoke (P1 p1) const
 

Public Attributes

RetVal(* static_func )(P1)
 

Detailed Description

template<typename RetVal, typename P1>
class CL_Callback_Impl_1_static< RetVal, P1 >

(Internal ClanLib Class)

Constructor & Destructor Documentation

template<typename RetVal , typename P1 >
CL_Callback_Impl_1_static< RetVal, P1 >::CL_Callback_Impl_1_static ( RetVal(*)(P1)  static_func)
inline

Member Function Documentation

template<typename RetVal , typename P1 >
RetVal CL_Callback_Impl_1_static< RetVal, P1 >::invoke ( P1  p1) const
inlinevirtual

Member Data Documentation

template<typename RetVal , typename P1 >
RetVal(* CL_Callback_Impl_1_static< RetVal, P1 >::static_func)(P1)

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