xo-reader2: refactor: move apply genfacet to subdirs
This commit is contained in:
parent
af978694ac
commit
6a0333765a
9 changed files with 11 additions and 11 deletions
28
src/reader2/facet/IPrintable_DApplySsm.cpp
Normal file
28
src/reader2/facet/IPrintable_DApplySsm.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DApplySsm.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DApplySsm.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DApplySsm.json5]
|
||||
**/
|
||||
|
||||
#include "apply/IPrintable_DApplySsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DApplySsm::pretty(const DApplySsm & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DApplySsm.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue