xo-interpreter2 stack: + dict.make() + Dictionary impl
This commit is contained in:
parent
c05b301742
commit
7871c7dbea
16 changed files with 904 additions and 23 deletions
18
idl/IGCObject_DDictionary.json5
Normal file
18
idl/IGCObject_DDictionary.json5
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/object2",
|
||||
output_hpp_dir: "include/xo/object2",
|
||||
output_impl_subdir: "dictionary",
|
||||
includes: [
|
||||
"<xo/gc/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/GCObject.json5",
|
||||
brief: "provide AGCObject interface for DDictionary",
|
||||
using_doxygen: true,
|
||||
repr: "DDictionary",
|
||||
doc: [ "implement AGCObject for DDictionary" ],
|
||||
}
|
||||
16
idl/IPrintable_DDictionary.json5
Normal file
16
idl/IPrintable_DDictionary.json5
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/object2",
|
||||
output_hpp_dir: "include/xo/object2",
|
||||
output_impl_subdir: "dictionary",
|
||||
includes: [ "<xo/printable2/Printable.hpp>",
|
||||
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/Printable.json5",
|
||||
brief: "provide APrintable interface for DDictionary",
|
||||
using_doxygen: true,
|
||||
repr: "DDictionary",
|
||||
doc: [ "implement APrintable for DDictionary" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue