|
args-parser 6.3.6
|
| CArgs::details::API< PARENT, SELF, ARGPTR, RETPARENT > | Auxiliary API |
| CArgs::details::API< PARENT, Command, ARGPTR, false > | Auxiliary API |
| CArgs::details::API< PARENT, SELF, ARGPTR, false > | Auxiliary API |
| CArgs::details::API< PARENT, SELF, ARGPTR, true > | Auxiliary API |
| CArgs::CmdLine | CmdLine is class that holds all rguments and parse command line arguments in the correspondence with holded arguments |
| CArgs::ArgIface | Interface for arguments |
| CArgs::Arg | Argument with one value that can be present only once in the command line |
| CArgs::Help | Help argument |
| CArgs::MultiArg | 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 |
| CArgs::GroupIface | Interface for the groups |
| CArgs::AllOfGroup | Group of args where all arguments should be defined |
| CArgs::AtLeastOneGroup | Group of args where at least one argument should be defined |
| CArgs::Command | Command in the command line interface |
| CArgs::OnlyOneGroup | Group of args where only one argument can be defined |
| CArgs::Context | Context is a list of words in the command line that user presented with interface for interacting with them |
| CArgs::details::Deleter< T > | Deleter |
| CArgs::details::DummyString< T > | |
| CArgs::HelpPrinterIface | Interface for HelpPrinter |
| CArgs::HelpPrinter | HelpPrinter is a class that prints help |
| Cstd::logic_error | |
| CArgs::BaseException | Base exception of the library |
| CArgs::HelpHasBeenPrintedException | This exception notifies about that help has been printed |