Go to the source code of this file.
◆ 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.