args-parser 6.3.3
|
▼NArgs | |
▼Ndetails | |
CAPI | Auxiliary API |
CAPI< PARENT, Command, ARGPTR, false > | Auxiliary API |
CAPI< PARENT, SELF, ARGPTR, false > | Auxiliary API |
CAPI< PARENT, SELF, ARGPTR, true > | Auxiliary API |
CDeleter | Deleter |
CDummyString | |
CAllOfGroup | Group of args where all arguments should be defined |
CArg | Argument with one value that can be present only once in the command line |
CArgIface | Interface for arguments |
CAtLeastOneGroup | Group of args where at least one argument should be defined |
CBaseException | Base exception of the library |
CCmdLine | CmdLine is class that holds all rguments and parse command line arguments in the correspondence with holded arguments |
CCommand | Command in the command line interface |
CContext | Context is a list of words in the command line that user presented with interface for interacting with them |
CGroupIface | Interface for the groups |
CHelp | Help argument |
CHelpHasBeenPrintedException | This exception notifies about that help has been printed |
CHelpPrinter | HelpPrinter is a class that prints help |
CHelpPrinterIface | Interface for HelpPrinter |
CMultiArg | MultiArg is a class that presents argument in the command line taht can be presented more than once or can have more than one value |
COnlyOneGroup | Group of args where only one argument can be defined |