xo-interpreter2: vsm stack: facet + gcobject + printable + init
This commit is contained in:
parent
dc88663271
commit
5292518eaf
33 changed files with 980 additions and 141 deletions
28
src/interpreter2/IPrintable_DVsmApplyFrame.cpp
Normal file
28
src/interpreter2/IPrintable_DVsmApplyFrame.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DVsmApplyFrame.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DVsmApplyFrame.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DVsmApplyFrame.json5]
|
||||
**/
|
||||
|
||||
#include "detail/IPrintable_DVsmApplyFrame.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DVsmApplyFrame::pretty(const DVsmApplyFrame & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DVsmApplyFrame.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue