Searched defs:OptionCategory (Results 1 – 1 of 1) sorted by relevance
58 struct OptionCategory { struct59 OptionsMapType options;60 OptionsMapType joinedOptions;61 std::vector<OptionInterface *> registredOptions;63 void AddEnabledOption(OptionInterface *opt) in AddEnabledOption()71 const std::vector<OptionInterface *> &GetEnabledOptions() in GetEnabledOptions()99 RetCode Parse(std::vector<std::string> argvs, OptionCategory &optCategory); argument