preCICE v3.1.2
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::xml |
contains the XML configuration parser. | |
Functions | |
void | precice::xml::toMarkdown (std::ostream &out, const XMLTag &tag) |
Prints the Markdown reference for the given tag. | |
void | precice::xml::toDTD (std::ostream &out, const XMLTag &tag) |
Prints the DTD reference for the given tag. | |
void | precice::xml::toDocumentation (std::ostream &out, const XMLTag &tag) |
Prints the XML reference for the given tag. | |