Storm
A Modern Probabilistic Model Checker
|
#include "storm-parsers/parser/ValueParser.h"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include "storm-parsers/parser/ExpressionParser.h"
#include "storm/exceptions/InvalidArgumentException.h"
#include "storm/exceptions/NotSupportedException.h"
#include "storm/storage/expressions/ExpressionEvaluator.h"
#include "storm/utility/constants.h"
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 &) |