xo-interpreter2 stack: OUTPUT_CPP_DIR cmake->idl/

This commit is contained in:
Roland Conybeare 2026-02-16 17:46:51 -05:00
commit 65526649cc
52 changed files with 87 additions and 73 deletions

View file

@ -25,7 +25,6 @@ xo_add_genfacet(
INPUT idl/Sequence.json5 INPUT idl/Sequence.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR sequence OUTPUT_IMPL_SUBDIR sequence
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -39,7 +38,6 @@ xo_add_genfacetimpl(
INPUT idl/ISequence_DList.json5 INPUT idl/ISequence_DList.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR list OUTPUT_IMPL_SUBDIR list
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -51,7 +49,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DList.json5 INPUT idl/IPrintable_DList.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR list OUTPUT_IMPL_SUBDIR list
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -63,7 +60,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DList.json5 INPUT idl/IGCObject_DList.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR list OUTPUT_IMPL_SUBDIR list
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -77,7 +73,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DBoolean.json5 INPUT idl/IPrintable_DBoolean.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR boolean OUTPUT_IMPL_SUBDIR boolean
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -89,7 +84,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DBoolean.json5 INPUT idl/IGCObject_DBoolean.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR boolean OUTPUT_IMPL_SUBDIR boolean
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -103,7 +97,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DFloat.json5 INPUT idl/IPrintable_DFloat.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR number OUTPUT_IMPL_SUBDIR number
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -115,7 +108,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DFloat.json5 INPUT idl/IGCObject_DFloat.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR number OUTPUT_IMPL_SUBDIR number
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -129,7 +121,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DInteger.json5 INPUT idl/IPrintable_DInteger.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR number OUTPUT_IMPL_SUBDIR number
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -141,7 +132,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DInteger.json5 INPUT idl/IGCObject_DInteger.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR number OUTPUT_IMPL_SUBDIR number
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -155,7 +145,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DString.json5 INPUT idl/IPrintable_DString.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR string OUTPUT_IMPL_SUBDIR string
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -167,7 +156,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DString.json5 INPUT idl/IGCObject_DString.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR string OUTPUT_IMPL_SUBDIR string
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -181,7 +169,6 @@ xo_add_genfacetimpl(
INPUT idl/ISequence_DArray.json5 INPUT idl/ISequence_DArray.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR array OUTPUT_IMPL_SUBDIR array
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -193,7 +180,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DArray.json5 INPUT idl/IPrintable_DArray.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR array OUTPUT_IMPL_SUBDIR array
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -205,7 +191,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DArray.json5 INPUT idl/IGCObject_DArray.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR array OUTPUT_IMPL_SUBDIR array
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------
@ -219,7 +204,6 @@ xo_add_genfacetimpl(
INPUT idl/IPrintable_DRuntimeError.json5 INPUT idl/IPrintable_DRuntimeError.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR error OUTPUT_IMPL_SUBDIR error
OUTPUT_CPP_DIR src/object2
) )
# note: manual target; generated code committed to git # note: manual target; generated code committed to git
@ -231,7 +215,6 @@ xo_add_genfacetimpl(
INPUT idl/IGCObject_DRuntimeError.json5 INPUT idl/IGCObject_DRuntimeError.json5
OUTPUT_HPP_DIR include/xo/object2 OUTPUT_HPP_DIR include/xo/object2
OUTPUT_IMPL_SUBDIR error OUTPUT_IMPL_SUBDIR error
OUTPUT_CPP_DIR src/object2
) )
# ---------------------------------------------------------------- # ----------------------------------------------------------------

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
"<xo/gc/GCObject.hpp>", "<xo/gc/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>" "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
"<xo/gc/GCObject.hpp>", "<xo/gc/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>" "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
"<xo/object2/number/GCObjectConversion_DFloat.hpp>", "<xo/object2/number/GCObjectConversion_DFloat.hpp>",
"<xo/gc/GCObject.hpp>", "<xo/gc/GCObject.hpp>",

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
"<xo/gc/GCObject.hpp>", "<xo/gc/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>" "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
// "<xo/gc/GCObject.hpp>", // "<xo/gc/GCObject.hpp>",
// "<xo/alloc2/Allocator.hpp>" // "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
// "<xo/gc/GCObject.hpp>", // "<xo/gc/GCObject.hpp>",
// "<xo/alloc2/Allocator.hpp>" // "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ includes: [
"<xo/gc/GCObject.hpp>", "<xo/gc/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>" "<xo/alloc2/Allocator.hpp>"

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>", includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ], "<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ], local_types: [ ],

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ ], includes: [ ],
local_types: [ ], local_types: [ ],
namespace1: "xo", namespace1: "xo",

View file

@ -1,5 +1,6 @@
{ {
mode: "implementation", mode: "implementation",
output_cpp_dir: "src/object2",
includes: [ "<xo/printable2/Printable.hpp>" ], includes: [ "<xo/printable2/Printable.hpp>" ],
local_types: [ ], local_types: [ ],
namespace1: "xo", namespace1: "xo",

View file

@ -1,5 +1,6 @@
{ {
mode: "facet", mode: "facet",
output_cpp_dir: "src/object2",
includes: ["<xo/gc/GCObject.hpp>"], includes: ["<xo/gc/GCObject.hpp>"],
// extra includes in Sequence.hpp, if any // extra includes in Sequence.hpp, if any
user_hpp_includes: [], user_hpp_includes: [],
@ -67,4 +68,5 @@
], ],
nonconst_methods: [ nonconst_methods: [
], ],
router_facet_explicit_content: []
} }

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/Sequence.json5] * --input [idl/Sequence.json5]
* 2. jinja2 template for facet .hpp file: * 2. jinja2 template for facet .hpp file:
@ -19,4 +19,4 @@
#include "sequence/RSequence.hpp" #include "sequence/RSequence.hpp"
/* end Sequence.hpp */ /* end Sequence.hpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DArray.json5] * --input [idl/IGCObject_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DArray.json5] * --input [idl/IPrintable_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/ISequence_DArray.json5] * --input [idl/ISequence_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DBoolean.json5] * --input [idl/IGCObject_DBoolean.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DBoolean.json5] * --input [idl/IPrintable_DBoolean.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DList.json5] * --input [idl/IGCObject_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DList.json5] * --input [idl/IPrintable_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/ISequence_DList.json5] * --input [idl/ISequence_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DFloat.json5] * --input [idl/IGCObject_DFloat.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DInteger.json5] * --input [idl/IGCObject_DInteger.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DFloat.json5] * --input [idl/IPrintable_DFloat.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DInteger.json5] * --input [idl/IPrintable_DInteger.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/Sequence.json5] * --input [idl/Sequence.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -51,6 +51,8 @@ public:
// const methods // const methods
/** RTTI: unique id# for actual runtime data representation **/ /** RTTI: unique id# for actual runtime data representation **/
virtual typeseq _typeseq() const noexcept = 0; virtual typeseq _typeseq() const noexcept = 0;
/** destroy instance @p d; calls c++ dtor only for actual runtime type; does not recover memory **/
virtual void _drop(Opaque d) const noexcept = 0;
/** true iff sequence is empty **/ /** true iff sequence is empty **/
virtual bool is_empty(Copaque data) const noexcept = 0; virtual bool is_empty(Copaque data) const noexcept = 0;
/** true iff sequence is finite **/ /** true iff sequence is finite **/
@ -78,4 +80,4 @@ using ISequence_ImplType = xo::facet::FacetImplType<ASequence, DRepr>;
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* ASequence.hpp */ /* ASequence.hpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/Sequence.json5] * --input [idl/Sequence.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -55,8 +55,11 @@ namespace scm {
// from ASequence // from ASequence
// const methods // builtin methods
typeseq _typeseq() const noexcept override { return s_typeseq; } typeseq _typeseq() const noexcept override { return s_typeseq; }
[[noreturn]] void _drop(Opaque) const noexcept override { _fatal(); }
// const methods
[[noreturn]] bool is_empty(Copaque) const noexcept override { _fatal(); } [[noreturn]] bool is_empty(Copaque) const noexcept override { _fatal(); }
[[noreturn]] bool is_finite(Copaque) const noexcept override { _fatal(); } [[noreturn]] bool is_finite(Copaque) const noexcept override { _fatal(); }
[[noreturn]] obj<AGCObject> at(Copaque, size_type) const override { _fatal(); } [[noreturn]] obj<AGCObject> at(Copaque, size_type) const override { _fatal(); }
@ -86,4 +89,4 @@ namespace scm {
} /*namespace scm */ } /*namespace scm */
} /*namespace xo */ } /*namespace xo */
/* ISequence_Any.hpp */ /* ISequence_Any.hpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/Sequence.json5] * --input [idl/Sequence.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -40,8 +40,11 @@ namespace scm {
// from ASequence // from ASequence
// const methods // builtin methods
typeseq _typeseq() const noexcept override { return s_typeseq; } typeseq _typeseq() const noexcept override { return s_typeseq; }
void _drop(Opaque d) const noexcept override { _dcast(d).~DRepr(); }
// const methods
bool is_empty(Copaque data) const noexcept override { bool is_empty(Copaque data) const noexcept override {
return I::is_empty(_dcast(data)); return I::is_empty(_dcast(data));
} }
@ -85,4 +88,4 @@ namespace scm {
} /*namespace scm */ } /*namespace scm */
} /*namespace xo*/ } /*namespace xo*/
/* end ISequence_Xfer.hpp */ /* end ISequence_Xfer.hpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/Sequence.json5] * --input [idl/Sequence.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -47,8 +47,13 @@ public:
/** @defgroup scm-sequence-router-methods **/ /** @defgroup scm-sequence-router-methods **/
///@{ ///@{
// const methods // explicit injected content
// builtin methods
typeseq _typeseq() const noexcept { return O::iface()->_typeseq(); } typeseq _typeseq() const noexcept { return O::iface()->_typeseq(); }
void _drop() const noexcept { O::iface()->_drop(O::data()); }
// const methods
bool is_empty() const noexcept { bool is_empty() const noexcept {
return O::iface()->is_empty(O::data()); return O::iface()->is_empty(O::data());
} }
@ -84,4 +89,4 @@ namespace xo { namespace facet {
}; };
} } } }
/* end RSequence.hpp */ /* end RSequence.hpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DString.json5] * --input [idl/IGCObject_DString.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DString.json5] * --input [idl/IPrintable_DString.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DArray.json5] * --input [idl/IGCObject_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DArray.cpp */ /* end IGCObject_DArray.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DBoolean.json5] * --input [idl/IGCObject_DBoolean.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DBoolean.cpp */ /* end IGCObject_DBoolean.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DFloat.json5] * --input [idl/IGCObject_DFloat.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DFloat.cpp */ /* end IGCObject_DFloat.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DInteger.json5] * --input [idl/IGCObject_DInteger.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DInteger.cpp */ /* end IGCObject_DInteger.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DList.json5] * --input [idl/IGCObject_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DList.cpp */ /* end IGCObject_DList.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IGCObject_DString.json5] * --input [idl/IGCObject_DString.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -36,4 +36,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IGCObject_DString.cpp */ /* end IGCObject_DString.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DArray.json5] * --input [idl/IPrintable_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DArray.cpp */ /* end IPrintable_DArray.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DBoolean.json5] * --input [idl/IPrintable_DBoolean.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DBoolean.cpp */ /* end IPrintable_DBoolean.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DFloat.json5] * --input [idl/IPrintable_DFloat.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DFloat.cpp */ /* end IPrintable_DFloat.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DInteger.json5] * --input [idl/IPrintable_DInteger.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DInteger.cpp */ /* end IPrintable_DInteger.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DList.json5] * --input [idl/IPrintable_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DList.cpp */ /* end IPrintable_DList.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/IPrintable_DString.json5] * --input [idl/IPrintable_DString.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -25,4 +25,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end IPrintable_DString.cpp */ /* end IPrintable_DString.cpp */

View file

@ -38,4 +38,4 @@ ISequence_Any::_valid
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end ISequence_Any.cpp */ /* end ISequence_Any.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/ISequence_DArray.json5] * --input [idl/ISequence_DArray.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -37,4 +37,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end ISequence_DArray.cpp */ /* end ISequence_DArray.cpp */

View file

@ -2,7 +2,7 @@
* *
* Generated automagically from ingredients: * Generated automagically from ingredients:
* 1. code generator: * 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet] * [xo-facet/codegen/genfacet]
* arguments: * arguments:
* --input [idl/ISequence_DList.json5] * --input [idl/ISequence_DList.json5]
* 2. jinja2 template for abstract facet .hpp file: * 2. jinja2 template for abstract facet .hpp file:
@ -37,4 +37,4 @@ namespace xo {
} /*namespace scm*/ } /*namespace scm*/
} /*namespace xo*/ } /*namespace xo*/
/* end ISequence_DList.cpp */ /* end ISequence_DList.cpp */