Fancy argparser
Single file argument parser for c++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NARGPARSE_NAMESPACE_NAMENamespace of argument parser constants and Classes can be changed if ARGPARSE_NAMESPACE_NAME macro specified during compilation
 CArgumentThis class represents argument configuration which should be passed to ArgumentParser objects instance
 CNamedArgSpecAggregate description of a named argument, for keyword-style construction
 CPositionalArgSpecAggregate description of a positional argument, for keyword-style construction with C++20 designated initializers
 CArgumentParsedClass which represent actual parsed argument in case of successfully parsing
 CArgumentsObjectClass that carries result of real parsing Indicates if parsing is successful and allows to get ArgumentParsed object in that case
 CArgumentParserMain class of argument parser hold all user arguments from code and orchestrate other classes in order to parse command line input