(Internal ClanLib Class) More...
#include <callback_v1.h>
Inheritance diagram for clan::Callback_Impl_v1_static< P1 >:Public Member Functions | |
| Callback_Impl_v1_static (void(*static_func)(P1)) | |
| void | invoke (P1 p1) const |
Public Member Functions inherited from clan::Callback_Impl_v1< P1 > | |
| virtual | ~Callback_Impl_v1 () |
Public Attributes | |
| void(* | static_func )(P1) |
(Internal ClanLib Class)