|
@ -19,7 +19,7 @@ namespace storm { |
|
|
template<typename VariableType> |
|
|
template<typename VariableType> |
|
|
class Dereferencer { |
|
|
class Dereferencer { |
|
|
public: |
|
|
public: |
|
|
VariableType& operator()(std::shared_ptr<VariableType> const& d); |
|
|
|
|
|
|
|
|
VariableType& operator()(std::shared_ptr<VariableType> const& d) const; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
template<typename VariableType> |
|
|
template<typename VariableType> |
|
|