xc
Public Member Functions | Public Attributes | List of all members
XC::ActorMethod Struct Reference

Wrapper for pointers to methods of the Actor class. More...

#include <Actor.h>

Public Member Functions

 ActorMethod (int tg, int(*f)())
 Constructor.
 
ActorMethodgetCopy (void) const
 Virtual constructor.
 

Public Attributes

int tag
 Object identifier. More...
 
int(* theMethod )()
 Returns the pointer to the method.
 

Detailed Description

Wrapper for pointers to methods of the Actor class.

Member Data Documentation

◆ tag

int XC::ActorMethod::tag

Object identifier.


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