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)  

RexxCompoundTable.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxCompoundTable
 

Macros

#define markCompoundTable()
 
#define markGeneralCompoundTable()
 
#define flattenCompoundTable()
 

Macro Definition Documentation

◆ flattenCompoundTable

#define flattenCompoundTable ( )
Value:
{ \
flatten_reference(newThis->tails.root, envelope); \
flatten_reference(newThis->tails.parent, envelope); \
}

Definition at line 61 of file RexxCompoundTable.hpp.

◆ markCompoundTable

#define markCompoundTable ( )
Value:
{ \
memory_mark(this->tails.root); \
memory_mark(this->tails.parent); \
}

Definition at line 51 of file RexxCompoundTable.hpp.

◆ markGeneralCompoundTable

#define markGeneralCompoundTable ( )
Value:
{ \
memory_mark_general(this->tails.root); \
memory_mark_general(this->tails.parent); \
}

Definition at line 56 of file RexxCompoundTable.hpp.