xo-type: + DArrayType

This commit is contained in:
Roland Conybeare 2026-03-07 00:25:55 +11:00
commit 553e7c0151
17 changed files with 511 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
mode: "implementation",
output_cpp_dir: "src/type",
output_hpp_dir: "include/xo/type",
output_impl_subdir: "array",
includes: [
],
local_types: [ ],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/GCObject.json5",
brief: "provide AGCObject interface for DArrayType",
using_doxygen: true,
repr: "DArrayType",
doc: [ "implement AGCObject for DArrayType" ],
}

View file

@ -0,0 +1,16 @@
{
mode: "implementation",
output_cpp_dir: "src/type",
output_hpp_dir: "include/xo/type",
output_impl_subdir: "array",
includes: [],
local_types: [],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/Type.json5",
brief: "provide AType interface for DArrayType",
using_doxygen: true,
repr: "DArrayType",
doc: [ "implement AType for DArrayType" ],
}