xo-object2: missed generated (Printable,Array) code + .json5

This commit is contained in:
Roland Conybeare 2026-01-29 15:19:35 -05:00
commit 200b967552
3 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,28 @@
/** @file IPrintable_DArray.cpp
*
* Generated automagically from ingredients:
* 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
* arguments:
* --input [idl/IPrintable_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file:
* [iface_facet_any.hpp.j2]
* 3. idl for facet methods
* [idl/IPrintable_DArray.json5]
**/
#include "array/IPrintable_DArray.hpp"
namespace xo {
namespace scm {
auto
IPrintable_DArray::pretty(const DArray & self, const ppindentinfo & ppii) -> bool
{
return self.pretty(ppii);
}
} /*namespace scm*/
} /*namespace xo*/
/* end IPrintable_DArray.cpp */