25 lines
621 B
C++
25 lines
621 B
C++
/** @file Printable.hpp
|
|
*
|
|
* Generated automagically from ingredients:
|
|
* 1. code generator:
|
|
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
|
|
* arguments:
|
|
* --input [idl/Printable.json5]
|
|
* 2. jinja2 template for facet .hpp file:
|
|
* [facet.hpp.j2]
|
|
* 3. idl for facet methods
|
|
* [idl/Printable.json5]
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "detail/APrintable.hpp"
|
|
#include "detail/IPrintable_Any.hpp"
|
|
#include "detail/IPrintable_Xfer.hpp"
|
|
#include "detail/RPrintable.hpp"
|
|
|
|
#include "detail/ppdetail_Printable.hpp"
|
|
|
|
#include <xo/alloc2/Allocator.hpp>
|
|
|
|
/* end Printable.hpp */
|