xo-alloc/xo-expression2/include/xo/expression2/symtab/IPrintable_DGlobalSymtab.hpp

62 lines
No EOL
1.8 KiB
C++

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