preCICE v3.1.2
|
#include "xml/Printer.hpp"
#include <Eigen/Core>
#include <algorithm>
#include <cctype>
#include <map>
#include <memory>
#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. | |