| 195 | } |
| 196 | |
| 197 | void FlagGroup::parseFlagsWithConfigFiles(int argc, |
| 198 | const char* argv[], |
| 199 | const std::map<std::string, const ConfigProto*>& configFiles) |
| 200 | { |
| 201 | globalConfig().readBaseConfigFile("_global_options"); |
| 202 | FlagGroup({this, &configGroup}).parseFlags(argc, argv); |
| 203 | } |
| 204 | |
| 205 | void FlagGroup::checkInitialised() const |
| 206 | { |