Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ValueParser.cpp File Reference
Include dependency graph for ValueParser.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::parser
 Contains all file parsers and helper classes.

Functions

template<typename NumberType>
NumberType storm::parser::parseNumber (std::string const &value)
 Parse number from string.
bool storm::parser::parseDouble (std::string const &value, double &result)
template<typename IntervalType>
bool storm::parser::parseInterval (std::string const &value, IntervalType &result)
template<typename NumberType>
bool storm::parser::parseNumber (std::string const &value, NumberType &result)
 Parse number from string.
template std::size_t storm::parser::parseNumber< std::size_t > (std::string const &)