xo-object2: + DBoolean w/ AGCObject, APrintable facets

This commit is contained in:
Roland Conybeare 2026-01-23 15:44:13 -05:00
commit b12555067c
12 changed files with 390 additions and 0 deletions

View file

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