xo-object2: Printable+DList [WIP]
This commit is contained in:
parent
ca27454ce8
commit
3b2a384ab6
8 changed files with 141 additions and 5 deletions
|
|
@ -8,5 +8,5 @@
|
|||
brief: "provide APrintable interface for DFloat",
|
||||
using_doxygen: true,
|
||||
repr: "DFloat",
|
||||
doc: [ "doc for something or other" ],
|
||||
doc: [ "implement APrintable for DFloat" ],
|
||||
}
|
||||
|
|
|
|||
12
idl/IPrintable_DList.json5
Normal file
12
idl/IPrintable_DList.json5
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
includes: [ "<xo/printable2/Printable.hpp>",
|
||||
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/Printable.json5",
|
||||
brief: "provide APrintable interface for DList",
|
||||
using_doxygen: true,
|
||||
repr: "DList",
|
||||
doc: [ "implement APrintable for DList" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue