Storm
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
 LabParser.cpp.
 
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)
 
bool storm::parser::parseInterval (std::string const &value, storm::Interval &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 &)