xo-object2: Printable+DList [WIP]

This commit is contained in:
Roland Conybeare 2026-01-05 17:10:22 -05:00
commit 3b2a384ab6
8 changed files with 141 additions and 5 deletions

View file

@ -8,5 +8,5 @@
brief: "provide APrintable interface for DFloat",
using_doxygen: true,
repr: "DFloat",
doc: [ "doc for something or other" ],
doc: [ "implement APrintable for DFloat" ],
}

View file

@ -0,0 +1,12 @@
{
mode: "implementation",
includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/Printable.json5",
brief: "provide APrintable interface for DList",
using_doxygen: true,
repr: "DList",
doc: [ "implement APrintable for DList" ],
}