+ xo-numeric/ [WIP]
This commit is contained in:
parent
77546db923
commit
b8fd087319
13 changed files with 661 additions and 0 deletions
22
include/xo/numeric/Numeric.hpp
Normal file
22
include/xo/numeric/Numeric.hpp
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/** @file Numeric.hpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/Numeric.json5]
|
||||
* 2. jinja2 template for facet .hpp file:
|
||||
* [facet.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/Numeric.json5]
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "detail/ANumeric.hpp"
|
||||
#include "detail/INumeric_Any.hpp"
|
||||
#include "detail/INumeric_Xfer.hpp"
|
||||
#include "detail/RNumeric.hpp"
|
||||
|
||||
|
||||
/* end Numeric.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue