Argsparse
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NArgparse
 CArgument< C, V >
 CArgumentMultiplicityModels information about a plain argument, how many parts it should consist of
 CAllThatFollowRepresents such a multiplicity in which all the following argument parts belong to the given plain argument
 CSpecificCountRepresents such a multiplicity in which the number of parts and argument should have is one number known in advance
 CDefaultHelpFormatter< T >An implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments
 CFlag< C >Represent a flag, an option that is always only either ON or OFF, i.e. without any further value provided by the user
 CIArgument< C >
 CInvalidParserConfigurationExceptionModels an expception thrown when the parser is not configured properly, for example with subcommands of the same name
 CIOption< C >
 CIParserModels a Parser of any context
 CIParser< C >
 CIParserHelpFormatter< T >An object which is used to create help write-ups for parsers, the message one usually sees when a command is passed the –help flag
 COption< C, V >Models a parser option which is to accept a value provided by the user
 CParser< C >
 CParserConversionExceptionModels an exception thrown when the parser fails to convert a value from string to the intended type
 CParserRuntimeExceptionModels an exception thrown when the parser fails to run the action associated with an option, flag or argument or a parser