clan::Callback_Impl_2_static_user< RetVal, P1, P2, UserData > Class Template Reference

(Internal ClanLib Class) More...

#include <callback_2.h>

+ Inheritance diagram for clan::Callback_Impl_2_static_user< RetVal, P1, P2, UserData >:

Public Member Functions

 Callback_Impl_2_static_user (RetVal(*static_func)(P1, P2, UserData), const UserData &user_data)
 
RetVal invoke (P1 p1, P2 p2) const
 

Public Attributes

RetVal(* static_func )(P1, P2, UserData)
 
UserData user_data
 

Detailed Description

template<typename RetVal, typename P1, typename P2, typename UserData>
class clan::Callback_Impl_2_static_user< RetVal, P1, P2, UserData >

(Internal ClanLib Class)


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