Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
AddIterator.h
Go to the documentation of this file.
1#ifndef STORM_STORAGE_DD_DDFORWARDITERATOR_H_
2#define STORM_STORAGE_DD_DDFORWARDITERATOR_H_
3
5
6namespace storm {
7namespace dd {
8// Declare DdIterator class so we can then specialize it for the different DD types.
9template<DdType Type, typename ValueType>
10class AddIterator;
11} // namespace dd
12} // namespace storm
13
14#endif /* STORM_STORAGE_DD_DDFORWARDITERATOR_H_ */
LabParser.cpp.
Definition cli.cpp:18