+ PARAM_VALUE() {}
+ PARAM_VALUE(const std::string& p, const std::vector<std::string>& vs)
+ : param(p),
+ value(vs)
+ {}
+ PARAM_VALUE(const std::string& p, const std::vector<std::string>& vs, const std::vector<PARAM_VALUE>& ss)
+ : param(p),
+ value(vs),
+ sections(ss)