|
args-parser 6.3.6
|
| 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 | |
| CArg | Argument with one value that can be present only once in the command line |
| CArgIface | Interface for arguments |
| 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 |
| CBaseException | Base exception of the library |
| CHelpHasBeenPrintedException | This exception notifies about that help has been printed |
| CGroupIface | Interface for the groups |
| COnlyOneGroup | Group of args where only one argument can be defined |
| CAllOfGroup | Group of args where all arguments should be defined |
| CAtLeastOneGroup | Group of args where at least one argument should be defined |
| CHelp | Help argument |
| 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 |