preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
ValueParser.hpp File Reference
#include <Eigen/Core>
#include <string>
#include "utils/String.hpp"
Include dependency graph for ValueParser.hpp:
This graph shows which files directly or indirectly include this file:

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, std::string &value)
 
void precice::xml::readValueSpecific (const std::string &rawValue, bool &value)
 
void precice::xml::readValueSpecific (const std::string &rawValue, Eigen::VectorXd &value)