preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
ValueParser.cpp File Reference
#include "xml/ValueParser.hpp"
#include <boost/algorithm/string/constants.hpp>
#include <boost/algorithm/string/split.hpp>
#include <ostream>
#include <sstream>
#include <stdexcept>
#include <vector>
Include dependency graph for ValueParser.cpp:

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)