Storm 1.10.0.1
A Modern Probabilistic Model Checker
|
#include "storm-config.h"
Go to the source code of this file.
Classes | |
struct | storm::detail::IntervalMetaProgrammingHelper< ValueType > |
struct | storm::detail::IntervalMetaProgrammingHelper< Interval > |
Namespaces | |
namespace | carl |
namespace | storm |
LabParser.cpp. | |
namespace | storm::detail |
Typedefs | |
typedef carl::Interval< double > | storm::Interval |
Interval type. | |
template<typename ValueType > | |
using | storm::IntervalBaseType = typename detail::IntervalMetaProgrammingHelper< ValueType >::BaseType |
Helper to access the type in which interval boundaries are stored. | |
Variables | |
template<typename ValueType > | |
constexpr bool | storm::IsIntervalType = detail::IntervalMetaProgrammingHelper<ValueType>::isInterval |
Helper to check if a type is an interval. | |