18 std::unordered_map<storm::expressions::Variable, std::string>
const& names,
21 std::unordered_map<storm::expressions::Variable, std::string>
const&
getPrefixes()
const;
22 std::unordered_map<storm::expressions::Variable, std::string>
const&
getNames()
const;
26 std::reference_wrapper<std::unordered_map<storm::expressions::Variable, std::string>
const> prefixes;
27 std::reference_wrapper<std::unordered_map<storm::expressions::Variable, std::string>
const> names;