|
xc
|
Wrapper for pointers to methods of the Actor class. More...
#include <Actor.h>
Public Member Functions | |
| ActorMethod (int tg, int(*f)()) | |
| Constructor. | |
| ActorMethod * | getCopy (void) const |
| Virtual constructor. | |
Public Attributes | |
| int | tag |
| Object identifier. More... | |
| int(* | theMethod )() |
| Returns the pointer to the method. | |
Wrapper for pointers to methods of the Actor class.
| int XC::ActorMethod::tag |
Object identifier.
1.8.13