xo-umbrella2/xo-alloc2/include/xo/alloc2/Collector2.hpp
Roland Conybeare 48cb87bcb9 xo-alloc2: + ACollector2
temporary, planning to codegen Collector facet
2026-03-27 20:56:46 -04:00

22 lines
497 B
C++

/** @file Collector2.hpp
*
* Generated automagically from ingredients:
* 1. code generator:
* [xo-facet/codegen/genfacet]
* arguments:
* --input [idl/Collector2.json5]
* 2. jinja2 template for facet .hpp file:
* [facet.hpp.j2]
* 3. idl for facet methods
* [idl/Collector2.json5]
**/
#pragma once
#include "gc/ACollector2.hpp"
#include "gc/ICollector2_Any.hpp"
#include "gc/ICollector2_Xfer.hpp"
#include "gc/RCollector2.hpp"
/* end Collector2.hpp */