preCICE v3.1.2
|
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "logging/Logger.hpp"
#include "xml/XMLTag.hpp"
Go to the source code of this file.
Classes | |
class | precice::xml::ConfigParser |
struct | precice::xml::ConfigParser::CTag |
Struct holding the read tag from xml file. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::logging |
contains the logging framework. | |
namespace | precice::xml |
contains the XML configuration parser. | |
Functions | |
std::string | precice::xml::decodeXML (std::string xml) |
Decodes escape sequences of a given xml. | |