Storm
A Modern Probabilistic Model Checker
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VariableSet.h File Reference
#include <set>
#include <vector>
#include "storm/adapters/DereferenceIteratorAdapter.h"
#include "storm/storage/jani/Variable.h"
Include dependency graph for VariableSet.h:
This graph shows which files directly or indirectly include this file:

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 >