Lines Matching refs:parse
17 it can parse a string into a `VariantMap`, although in the future it might be desirable to parse
55 auto result = parser.parse(argv, argc));
71 appropriate flags are given but of the the wrong type/range. So for example, `--foo` will not parse
80 The simplest kind of argument just tests for presence, but we often want to parse out a particular
84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the
113 It will parse either `-hello:world` or `-hello:galaxy` only (and error out on other variations of
128 It will parse `-xinterpret` as `true` and `-xnointerpret` as `false`.
149 Will parse something like `-Dhello -Dworld -Dbar -Dbaz` into `std::vector<std::string>{"hello",
152 ### Setting an argument parse target (required)
197 return Result::Failure("Failed to parse double from " + str);
201 "Failed to parse double from " + str + "; overflow/underflow occurred");
213 Will parse any non-append argument definitions with a type of `double`.
227 Will parse multiple instances of the same argument repeatedly into the `existing_value` (which will