Searched defs:Option (Results 1 – 3 of 3) sorted by relevance
71 struct Option { struct72 char shortOption = '\0'; argument73 std::string longOption; argument75 std::function<Status(ParsedOptions*)> op; argument78 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
47 enum Option : int { enum
88 enum class Option : int { enum