xo-reader2: support if-then-else expressions. + detailed utest
This commit is contained in:
parent
3d7c3f8861
commit
5357407151
20 changed files with 1297 additions and 142 deletions
28
src/reader2/IPrintable_DIfElseSsm.cpp
Normal file
28
src/reader2/IPrintable_DIfElseSsm.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DIfElseSsm.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DIfElseSsm.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DIfElseSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DIfElseSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DIfElseSsm::pretty(const DIfElseSsm & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DIfElseSsm.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue