xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/
This commit is contained in:
parent
b8fd087319
commit
ac1395ce98
28 changed files with 912 additions and 70 deletions
18
idl/INumeric_DInteger.json5
Normal file
18
idl/INumeric_DInteger.json5
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/numeric",
|
||||
output_hpp_dir: "include/xo/numeric",
|
||||
output_impl_subdir: "integer",
|
||||
includes: [
|
||||
// "<xo/printable2/Printable.hpp>",
|
||||
// "<xo/printable2/detail/IPrintable_Xfer.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/Numeric.json5",
|
||||
brief: "provide ANumeric interface for DInteger",
|
||||
using_doxygen: true,
|
||||
repr: "DInteger",
|
||||
doc: [ "implement ANumeric for DInteger" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue