xo-umbrella2/include/xo/alloc2/GCObject.hpp
Roland Conybeare b1d2ae6f19 xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases.
Fix #include topology.
Fix/improve write barrier setup.
2026-05-02 13:49:29 -04:00

21 lines
480 B
C++

/** @file GCObject.hpp
*
* Generated automagically from ingredients:
* 1. code generator:
* [xo-facet/codegen/genfacet]
* arguments:
* --input [idl/GCObject.json5]
* 2. jinja2 template for facet .hpp file:
* [facet.hpp.j2]
* 3. idl for facet methods
* [idl/GCObject.json5]
**/
#pragma once
#include "gc/AGCObject.hpp"
#include "gc/IGCObject_Any.hpp"
#include "gc/IGCObject_Xfer.hpp"
#include "gc/RGCObject.hpp"
/* end GCObject.hpp */