MethodClass.hpp File Reference
#include "RexxCore.h"
Include dependency graph for MethodClass.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseCode
 
class  BaseExecutable
 
class  RexxMethod
 

Typedefs

typedef uint16_t *(RexxEntryPNATIVEMETHOD) (RexxMethodContext *, ValueDescriptor *)
 
typedef uint16_t *(RexxEntryPNATIVEROUTINE) (RexxCallContext *, ValueDescriptor *)
 
typedef size_t(RexxEntryPREGISTEREDROUTINE) (const char *, size_t, PCONSTRXSTRING, const char *, PRXSTRING)
 

Typedef Documentation

◆ PNATIVEMETHOD

typedef uint16_t*(RexxEntry * PNATIVEMETHOD) (RexxMethodContext *, ValueDescriptor *)

Definition at line 76 of file MethodClass.hpp.

◆ PNATIVEROUTINE

typedef uint16_t*(RexxEntry * PNATIVEROUTINE) (RexxCallContext *, ValueDescriptor *)

Definition at line 78 of file MethodClass.hpp.

◆ PREGISTEREDROUTINE

typedef size_t(RexxEntry * PREGISTEREDROUTINE) (const char *, size_t, PCONSTRXSTRING, const char *, PRXSTRING)

Definition at line 80 of file MethodClass.hpp.