xo-interpreter2 stack: VSM as AGCObject for virtual root
This commit is contained in:
parent
364f34cc8a
commit
92bea14aa0
15 changed files with 679 additions and 412 deletions
18
idl/IGCObject_DVirtualSchematikaMachine.json5
Normal file
18
idl/IGCObject_DVirtualSchematikaMachine.json5
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/interpreter2/facet",
|
||||
output_hpp_dir: "include/xo/interpreter2",
|
||||
output_impl_subdir: "vsm",
|
||||
includes: [
|
||||
"<xo/alloc2/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/GCObject.json5",
|
||||
brief: "provide AGCObject interface for DVirtualSchematikaMachine",
|
||||
using_doxygen: true,
|
||||
repr: "DVirtualSchematikaMachine",
|
||||
doc: [ "implement AGCObject for DVirtualSchematikaMachine" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue