xo-object2: + IGCObject_DArray

This commit is contained in:
Roland Conybeare 2026-01-15 14:40:09 -05:00
commit fdd9753e44
6 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
mode: "implementation",
includes: [
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>"
],
local_types: [ ],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/GCObject.json5",
brief: "provide AGCObject interface for DArray",
using_doxygen: true,
repr: "DArray",
doc: [ "implement AGCObject for DArray" ],
}