Searched defs:OptionArgProperties (Results 1 – 1 of 1) sorted by relevance
4203 struct OptionArgProperties { struct4204 std::vector<std::string> shortNames;4205 std::string longName;4207 bool hasShortName( std::string const& shortName ) const { in hasShortName()4210 bool hasLongName( std::string const& _longName ) const { in hasLongName()