|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <set>#include <vector>#include "storm/adapters/DereferenceIteratorAdapter.h"#include "storm/storage/jani/Variable.h"

Go to the source code of this file.
Classes | |
| class | storm::jani::VariableSet |
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::jani |
| namespace | storm::jani::detail |
Typedefs | |
| template<typename VariableType > | |
| using | storm::jani::detail::Variables = storm::adapters::DereferenceIteratorAdapter< std::vector< std::shared_ptr< VariableType > > > |
| template<typename VariableType > | |
| using | storm::jani::detail::ConstVariables = storm::adapters::DereferenceIteratorAdapter< std::vector< std::shared_ptr< VariableType > > const > |