preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ConfigParser.hpp File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "logging/Logger.hpp"
#include "xml/XMLTag.hpp"
Include dependency graph for ConfigParser.hpp:
This graph shows which files directly or indirectly include this file:

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.