ooRexx  4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
  Fossies Dox: ooRexx-4.2.0-source.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

RexxExitContext_ Struct Reference

#include <oorexxapi.h>

Collaboration diagram for RexxExitContext_:
[legend]

Public Attributes

RexxThreadContextthreadContext
 
ExitContextInterfacefunctions
 
ValueDescriptorarguments
 

Detailed Description

Definition at line 2906 of file oorexxapi.h.

Member Data Documentation

◆ arguments

ValueDescriptor* RexxExitContext_::arguments

Definition at line 2910 of file oorexxapi.h.

◆ functions

ExitContextInterface* RexxExitContext_::functions

Definition at line 2909 of file oorexxapi.h.

Referenced by RexxActivity::createExitContext().

◆ threadContext

RexxThreadContext* RexxExitContext_::threadContext

Definition at line 2908 of file oorexxapi.h.

Referenced by contextToActivity(), and RexxActivity::createExitContext().


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