blob: 3b0609a6ea8fe9b9dd1bfcd71869a14aab46c89d [file] [log] [blame]
const std::array<std::string, ${len(pathinstances)}> paths = {
% for p in paths:
"${p.name}"s,
% endfor
};
const std::array<std::string, ${len(pathwatches)}> pathwatches = {{
% for w in pathwatches:
paths[${w.pathinstances}],
% endfor
}};