23 const std::set<std::string>& staticVariables) {
24 std::vector<Decoration> decorations;
27 const std::type_info* typeInfo =
29 if (staticVariables.count(name) == 1) {
51 throw std::runtime_error(
"Can't restore decoration of " + name +
52 " because it is of an unsupported type");