xo-gc/utest/idl/IGCObjectVisitor_DMockCollector.json5
Roland Conybeare 1387673f15 xo-gc: retire Collector.forward_inplace + mock x-gc utest
W/ MockCollector supporting AGCObjectVisitor facet
2026-04-07 21:16:55 -04:00

27 lines
753 B
Text

{
mode: "implementation",
output_cpp_dir: ".",
output_hpp_dir: "./",
output_impl_subdir: ".",
includes: [
// "<xo/alloc2/GCObject.hpp>",
// "<xo/alloc2/Allocator.hpp>"
],
local_types: [
// {
// name: "typeseq",
// doc: ["identifies a c++ type"],
// definition: "xo::reflect::typeseq"
// },
],
namespace1: "xo",
namespace2: "mm",
facet_idl: "idl/GCObjectVisitor.json5",
brief: "provide AGCObjectVisitor interface for DMockCollector",
using_doxygen: true,
repr: "DMockCollector",
doc: [
"Implement AGCObjectVisitor for DMockCollector.",
"Evacuate object pointer (migrate to to-space) during collection phase"
],
}