![]() |
advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
|
Definitions of the options class a initialization functions. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | advgetopt |
The advgetopt environment to parse command line options. | |
Typedefs | |
typedef std::uint32_t | advgetopt::flag_t |
Functions | |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::all_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::any_flags () |
template<flag_t flag, flag_t ... args> | |
constexpr flag_t | advgetopt::combine_option_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::command_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::config_flags () |
constexpr flag_t | advgetopt::end_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::option_flags () |
template<class none = void> | |
constexpr flag_t | advgetopt::option_flags_merge () |
template<flag_t flag, flag_t ... args> | |
constexpr flag_t | advgetopt::option_flags_merge () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::standalone_all_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::standalone_command_flags () |
template<flag_t ... args> | |
constexpr flag_t | advgetopt::var_flags () |
The advgetopt library offers an advanced way to manage your command line tools options on the command line, in environment variables, and in configuration files.
Definition in file flags.h.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.