Retiring unused Collector typealiases. Fix #include topology. Fix/improve write barrier setup.
23 lines
576 B
C++
23 lines
576 B
C++
/** @file GCObjectVisitor.hpp
|
|
*
|
|
* Generated automagically from ingredients:
|
|
* 1. code generator:
|
|
* [xo-facet/codegen/genfacet]
|
|
* arguments:
|
|
* --input [idl/GCObjectVisitor.json5]
|
|
* 2. jinja2 template for facet .hpp file:
|
|
* [facet.hpp.j2]
|
|
* 3. idl for facet methods
|
|
* [idl/GCObjectVisitor.json5]
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "gc/AGCObjectVisitor.hpp"
|
|
#include "gc/IGCObjectVisitor_Any.hpp"
|
|
#include "gc/IGCObjectVisitor_Xfer.hpp"
|
|
#include "gc/RGCObjectVisitor.hpp"
|
|
|
|
#include "gc/RGCObjectVisitor_aux.hpp"
|
|
|
|
/* end GCObjectVisitor.hpp */
|