xo-object2: Printable+DList [WIP]
This commit is contained in:
parent
6b22aab6fb
commit
287fce9b7b
9 changed files with 142 additions and 11 deletions
28
xo-object2/src/object2/IPrintable_DList.cpp
Normal file
28
xo-object2/src/object2/IPrintable_DList.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DList.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [/home/roland/proj/xo-umbrella2/xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DList.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DList.json5]
|
||||
**/
|
||||
|
||||
#include "IPrintable_DList.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DList::pretty(const DList & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DList.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue