ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
clicamp.hpp File Reference

Description:

This header file is part of module ALib CLI of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file clicamp.hpp.

Include dependency graph for clicamp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CliCamp
 

Namespaces

namespace  alib
 
namespace  alib::cli
 

Enumerations

enum class  DryRunModes { Off , CLIArgs , CLIDeclarations , Application }
 Dry run modes. More...
 
enum class  Exceptions {
  NoCommandGiven = 1 , UnknownCommand = 2 , ParsingOptions =10 , ParsingCommand =20 ,
  MissingOptionValue =11 , IllegalOptionNameContinuation =12 , MissingParameterValue =21 , END_OF_ENUM
}