| 221 | } |
| 222 | |
| 223 | bool Options::outputXMLFile(std::string &out) const { |
| 224 | if (!vm.count("xml")) { |
| 225 | return false; |
| 226 | } |
| 227 | out = vm["xml"].as<std::string>(); |
| 228 | return true; |
| 229 | } |
| 230 | |
| 231 | const std::vector<std::string>::const_iterator |
| 232 | Options::inputFilesBegin(void) const { |