xo-interpreter2: ifelse expressions working + utest
This commit is contained in:
parent
6ffe3a627d
commit
e7e9d226dd
18 changed files with 508 additions and 7 deletions
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DVsmIfElseContFrame.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DVsmIfElseContFrame.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DVsmIfElseContFrame.json5]
|
||||
**/
|
||||
|
||||
#include "ifelse/IPrintable_DVsmIfElseContFrame.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DVsmIfElseContFrame::pretty(const DVsmIfElseContFrame & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DVsmIfElseContFrame.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue