xo-reader2: + IPrintable+DDefineSsm
This commit is contained in:
parent
b920b775d5
commit
d39dab185a
8 changed files with 133 additions and 0 deletions
28
xo-reader2/src/reader2/IPrintable_DDefineSsm.cpp
Normal file
28
xo-reader2/src/reader2/IPrintable_DDefineSsm.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DDefineSsm.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [/Users/roland/proj/xo-umbrella2/xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DDefineSsm.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DDefineSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DDefineSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DDefineSsm::pretty(const DDefineSsm & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DDefineSsm.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue