xo-interpreter2 stack: work on runtime error representation [WIP]
This commit is contained in:
parent
83156ef2d0
commit
ce5232efd9
18 changed files with 524 additions and 27 deletions
13
xo-object2/idl/IPrintable_DRuntimeError.json5
Normal file
13
xo-object2/idl/IPrintable_DRuntimeError.json5
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
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 DRuntimeError",
|
||||
using_doxygen: true,
|
||||
repr: "DRuntimeError",
|
||||
doc: [ "implement APrintable for DRuntimeError" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue