Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SubEnvironment.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace storm {
6
7template<typename EnvironmentType>
9 public:
11 SubEnvironment(SubEnvironment const& other);
13 EnvironmentType const& get() const;
14 EnvironmentType& get();
15
16 private:
17 void assertInitialized() const;
18 mutable std::unique_ptr<EnvironmentType> subEnv;
19};
20} // namespace storm
SubEnvironment< EnvironmentType > & operator=(SubEnvironment const &other)
EnvironmentType const & get() const
LabParser.cpp.
Definition cli.cpp:18