|
preCICE v3.3.0
|
#include "xml/Printer.hpp"#include <algorithm>#include <cctype>#include <fmt/format.h>#include <map>#include <regex>#include <set>#include <sstream>#include <string>#include <utility>#include <vector>#include "utils/String.hpp"#include "utils/TypeNames.hpp"#include "xml/XMLAttribute.hpp"#include "xml/XMLTag.hpp"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. | |