62 lines
No EOL
1.8 KiB
C++
62 lines
No EOL
1.8 KiB
C++
/** @file IPrintable_DLambdaSsm.hpp
|
|
*
|
|
* Generated automagically from ingredients:
|
|
* 1. code generator:
|
|
* [xo-facet/codegen/genfacet]
|
|
* arguments:
|
|
* --input [idl/IPrintable_DLambdaSsm.json5]
|
|
* 2. jinja2 template for abstract facet .hpp file:
|
|
* [iface_facet_repr.hpp.j2]
|
|
* 3. idl for facet methods
|
|
* [idl/IPrintable_DLambdaSsm.json5]
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "Printable.hpp"
|
|
#include <xo/printable2/Printable.hpp>
|
|
#include <xo/printable2/detail/IPrintable_Xfer.hpp>
|
|
#include "DLambdaSsm.hpp"
|
|
|
|
namespace xo { namespace scm { class IPrintable_DLambdaSsm; } }
|
|
|
|
namespace xo {
|
|
namespace facet {
|
|
template <>
|
|
struct FacetImplementation<xo::print::APrintable,
|
|
xo::scm::DLambdaSsm>
|
|
{
|
|
using ImplType = xo::print::IPrintable_Xfer
|
|
<xo::scm::DLambdaSsm,
|
|
xo::scm::IPrintable_DLambdaSsm>;
|
|
};
|
|
}
|
|
}
|
|
|
|
namespace xo {
|
|
namespace scm {
|
|
/** @class IPrintable_DLambdaSsm
|
|
**/
|
|
class IPrintable_DLambdaSsm {
|
|
public:
|
|
/** @defgroup scm-printable-dlambdassm-type-traits **/
|
|
///@{
|
|
using ppindentinfo = xo::print::APrintable::ppindentinfo;
|
|
using Copaque = xo::print::APrintable::Copaque;
|
|
using Opaque = xo::print::APrintable::Opaque;
|
|
///@}
|
|
/** @defgroup scm-printable-dlambdassm-methods **/
|
|
///@{
|
|
// const methods
|
|
/** Pretty-printing support for this object.
|
|
See [xo-indentlog/xo/indentlog/pretty.hpp] **/
|
|
static bool pretty(const DLambdaSsm & self, const ppindentinfo & ppii);
|
|
|
|
// non-const methods
|
|
///@}
|
|
};
|
|
|
|
} /*namespace scm*/
|
|
} /*namespace xo*/
|
|
|
|
/* end */ |