args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
This is the complete list of members for args::Matcher, including all inherited members.
GetFlagStrings() const | args::Matcher | inline |
GetLongOrAny() const | args::Matcher | inline |
GetShortOrAny() const | args::Matcher | inline |
Match(const char flag) const | args::Matcher | inline |
Match(const std::string &flag) const | args::Matcher | inline |
Match(const EitherFlag &flag) const | args::Matcher | inline |
Matcher(ShortIt shortFlagsStart, ShortIt shortFlagsEnd, LongIt longFlagsStart, LongIt longFlagsEnd) | args::Matcher | inline |
Matcher(Short &&shortIn, Long &&longIn) | args::Matcher | inline |
Matcher(std::initializer_list< EitherFlag > in) | args::Matcher | inline |
Matcher(Matcher &&other) (defined in args::Matcher) | args::Matcher | inline |
~Matcher() (defined in args::Matcher) | args::Matcher | inline |