ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
cliargtypes.hpp File Reference

Description:

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.

This graph shows which files directly or indirectly include this file:

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
}