interface for GC's marking phase.
More...
#include <gc-visitor.hpp>
interface for GC's marking phase.
◆ ~gc_visitor()
| virtual gc_visitor::~gc_visitor |
( |
| ) |
|
|
virtualdefault |
◆ visit() [1/3]
virtual function for marking elements of a global root.
- Parameters
-
| global | - reference to a global variable. |
Implemented in garbage_collector.
◆ visit() [2/3]
virtual function for marking elements of a register root
- Parameters
-
| reg | - reference to a register variable. |
Implemented in garbage_collector.
◆ visit() [3/3]
virtual function for marking elements of a thread stack.
- Parameters
-
| stack | - reference to a thread local stack. |
Implemented in garbage_collector.
The documentation for this class was generated from the following file: