preCICE v3.1.2
Loading...
Searching...
No Matches
Printer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <iosfwd>
4
5namespace precice {
6namespace xml {
7
8class XMLTag;
9
11void toMarkdown(std::ostream &out, const XMLTag &tag);
12
14void toDTD(std::ostream &out, const XMLTag &tag);
15
17void toDocumentation(std::ostream &out, const XMLTag &tag);
18
19} // namespace xml
20} // namespace precice
std::ostream & out
void toMarkdown(std::ostream &out, const XMLTag &tag)
Prints the Markdown reference for the given tag.
Definition Printer.cpp:458
void toDTD(std::ostream &out, const XMLTag &tag)
Prints the DTD reference for the given tag.
Definition Printer.cpp:463
void toDocumentation(std::ostream &out, const XMLTag &tag)
Prints the XML reference for the given tag.
Definition Printer.cpp:468
Main namespace of the precice library.