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.