Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TemplateEdgeContainer.cpp
Go to the documentation of this file.
3
4namespace storm {
5namespace jani {
7 for (auto const& te : other) {
8 this->insert(std::make_shared<TemplateEdge>(*te));
9 }
10}
11
13 this->clear();
14 for (auto const& te : other) {
15 this->insert(std::make_shared<TemplateEdge>(*te));
16 }
17 return *this;
18}
19} // namespace jani
20} // namespace storm
LabParser.cpp.
Definition cli.cpp:18
TemplateEdgeContainer & operator=(TemplateEdgeContainer const &other)