(Internal ClanLib Class) More...
#include <callback_v5.h>
Inheritance diagram for clan::Callback_Impl_v5_member< P1, P2, P3, P4, P5, InstanceClass >:Public Member Functions | |
| Callback_Impl_v5_member (InstanceClass *instance, void(InstanceClass::*member_func)(P1, P2, P3, P4, P5)) | |
| void | invoke (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const |
Public Member Functions inherited from clan::Callback_Impl_v5< P1, P2, P3, P4, P5 > | |
| virtual | ~Callback_Impl_v5 () |
Public Attributes | |
| InstanceClass * | instance |
| void(InstanceClass::* | member_func )(P1, P2, P3, P4, P5) |
(Internal ClanLib Class)