Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ValueParser.h File Reference
#include <cstddef>
#include <string>
#include <type_traits>
#include "storm/adapters/RationalFunctionForward.h"
#include "storm/storage/expressions/ExpressionManager.h"
Include dependency graph for ValueParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::parser::ValueParser< ValueType >
 Parser for values according to their ValueType. More...

Namespaces

namespace  storm
namespace  storm::expressions
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.
template<typename NumberType>
bool storm::parser::parseNumber (std::string const &value, NumberType &result)
 Parse number from string.