args  6.2.0
A simple single-header C++11 STL-only argument parser library
args::Matcher Member List

This is the complete list of members for args::Matcher, including all inherited members.

GetFlagStrings() constargs::Matcherinline
GetLongOrAny() constargs::Matcherinline
GetShortOrAny() constargs::Matcherinline
Match(const char flag) constargs::Matcherinline
Match(const std::string &flag) constargs::Matcherinline
Match(const EitherFlag &flag) constargs::Matcherinline
Matcher(ShortIt shortFlagsStart, ShortIt shortFlagsEnd, LongIt longFlagsStart, LongIt longFlagsEnd)args::Matcherinline
Matcher(Short &&shortIn, Long &&longIn)args::Matcherinline
Matcher(std::initializer_list< EitherFlag > in)args::Matcherinline
Matcher(Matcher &&other) (defined in args::Matcher)args::Matcherinline
~Matcher() (defined in args::Matcher)args::Matcherinline