subrepo: subdir: "xo-alloc2" merged: "4039c29f" upstream: origin: "git@github.com:Rconybea/xo-alloc2.git" branch: "main" commit: "4039c29f" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
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 */
|