xo-procedure2: + DPrimitive_gco_0 (primitive with 0 arguments)

This commit is contained in:
Roland Conybeare 2026-02-28 13:27:34 +11:00
commit bb20725940
15 changed files with 429 additions and 0 deletions

View file

@ -0,0 +1,39 @@
/** @file IGCObject_DPrimitive_gco_0.cpp
*
* Generated automagically from ingredients:
* 1. code generator:
* [xo-facet/codegen/genfacet]
* arguments:
* --input [idl/IGCObject_DPrimitive_gco_0.json5]
* 2. jinja2 template for abstract facet .hpp file:
* [iface_facet_any.hpp.j2]
* 3. idl for facet methods
* [idl/IGCObject_DPrimitive_gco_0.json5]
**/
#include "detail/IGCObject_DPrimitive_gco_0.hpp"
namespace xo {
namespace scm {
auto
IGCObject_DPrimitive_gco_0::shallow_size(const DPrimitive_gco_0 & self) noexcept -> size_type
{
return self.shallow_size();
}
auto
IGCObject_DPrimitive_gco_0::shallow_copy(const DPrimitive_gco_0 & self, obj<AAllocator> mm) noexcept -> Opaque
{
return self.shallow_copy(mm);
}
auto
IGCObject_DPrimitive_gco_0::forward_children(DPrimitive_gco_0 & self, obj<ACollector> gc) noexcept -> size_type
{
return self.forward_children(gc);
}
} /*namespace scm*/
} /*namespace xo*/
/* end IGCObject_DPrimitive_gco_0.cpp */