(Internal ClanLib Class) More...
#include <callback_1.h>
Inheritance diagram for clan::Callback_Impl_1_static< RetVal, P1 >:Public Member Functions | |
| Callback_Impl_1_static (RetVal(*static_func)(P1)) | |
| RetVal | invoke (P1 p1) const |
Public Member Functions inherited from clan::Callback_Impl_1< RetVal, P1 > | |
| virtual | ~Callback_Impl_1 () |
Public Attributes | |
| RetVal(* | static_func )(P1) |
(Internal ClanLib Class)