| 
    Storm 1.11.1.1
    
   A Modern Probabilistic Model Checker 
   | 
 
Parser for values according to their ValueType. More...
#include <ValueParser.h>
Public Member Functions | |
| ValueType | parseValue (std::string const &value) const | 
| Parse ValueType from string.   | |
| void | addParameter (std::string const ¶meter) | 
| Add declaration of parameter.   | |
| void | addParameter (std::string const ¶meter) | 
| storm::RationalFunction | parseValue (std::string const &value) const | 
Parser for values according to their ValueType.
Definition at line 23 of file ValueParser.h.
| void storm::parser::ValueParser< storm::RationalFunction >::addParameter | ( | std::string const & | parameter | ) | 
Definition at line 33 of file ValueParser.cpp.
| void storm::parser::ValueParser< ValueType >::addParameter | ( | std::string const & | parameter | ) | 
Add declaration of parameter.
| parameter | New parameter. | 
Definition at line 28 of file ValueParser.cpp.
| storm::RationalFunction storm::parser::ValueParser< storm::RationalFunction >::parseValue | ( | std::string const & | value | ) | const | 
Definition at line 41 of file ValueParser.cpp.
| ValueType storm::parser::ValueParser< ValueType >::parseValue | ( | std::string const & | value | ) | const | 
Parse ValueType from string.
| value | String containing the value. | 
Definition at line 48 of file ValueParser.cpp.