This header-file is part of module ALib App of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file cliargtypes.hpp.
Go to the source code of this file.
Classes | |
| struct | alib::app::Command |
| A command argument of the command-line. More... | |
| class | alib::app::CommandDecl |
| struct | alib::app::ERCommandDecl |
| ALib Enum Record type used by class CommandDecl. More... | |
| struct | alib::app::ERExitCodeDecl |
| struct | alib::app::EROptionDecl |
| ALib Enum Record type used by class OptionDecl. More... | |
| struct | alib::app::ERParameterDecl |
| ALib Enum Record type used by class ParameterDecl. More... | |
| class | alib::app::ExitCodeDecl |
| struct | alib::app::Option |
| class | alib::app::OptionDecl |
| struct | alib::app::Parameter |
| A declaration for a Parameter. More... | |
| class | alib::app::ParameterDecl |
| struct | alib::app::Parsed |
Namespaces | |
| namespace | alib |
Enumerations | |
| enum class | alib::app::CLIExceptions { alib::app::NoCommandGiven = 1 , alib::app::UnknownCommand = 2 , alib::app::ParsingOptions =10 , alib::app::ParsingCommand =20 , alib::app::MissingOptionValue =11 , alib::app::IllegalOptionNameContinuation =12 , alib::app::MissingParameterValue =21 } |