reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
317 std::string FullOption = (FullName + ":" + Option.OptionName).str(); 319 auto It = AnOpts.Config.insert({FullOption, Option.DefaultValStr}); 333 if (Option.OptionType == "bool") { 340 It.first->setValue(Option.DefaultValStr); 345 if (Option.OptionType == "int") { 354 It.first->setValue(Option.DefaultValStr);