preCICE v3.1.2
|
#include "xml/ValueParser.hpp"
#include <boost/algorithm/string/constants.hpp>
#include <boost/algorithm/string/split.hpp>
#include <ostream>
#include <sstream>
#include <stdexcept>
#include <vector>
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::readValueSpecific (const std::string &rawValue, double &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, int &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, Eigen::VectorXd &value) |