16 #ifndef INCLUDED_basic_options_after_opts_hh
17 #define INCLUDED_basic_options_after_opts_hh
48 std::string
const & str
54 std::string
const & str,
55 double const opt_default
61 std::string
const & str,
62 double const opt_default,
70 double const opt_default,
77 std::string
const & str,
78 double const default1,
80 double const default2,
88 double const default1,
90 double const default2,
97 std::string
const & str,
98 double const default1,
100 double const default2,
102 double const default3,
110 double const default1,
112 double const default2,
114 double const default3,
121 std::string
const & str
127 std::string
const & str,
128 int const opt_default
134 std::string
const & str,
135 int const opt_default,
143 int const opt_default,
150 std::string
const & str,
151 int const opt_default,
153 int const opt_default2,
161 int const opt_default,
163 int const opt_default2,
170 std::string
const & str,
171 int const opt_default,
179 int const opt_default,
186 std::string
const & str
192 std::string
const & str,
193 std::string
const & opt_default
199 std::string
const & str,
200 std::string
const & opt_default,
208 std::string
const & opt_default,
215 std::string
const & str,
216 char const opt_default,
224 char const opt_default,
233 #endif // INCLUDED_basic_options_after_opts_HH
utility::options::OptionKey forward declarations
std::string stringafteroption(std::string const &str)
Abstract automatic hidden index key for options.
utility::options::OptionKey OptionKey
OptionKey const & key(std::string const &str)
Get key for an option name.
void real3afteroption(std::string const &str, double const default1, double &rnum1, double const default2, double &rnum2, double const default3, double &rnum3)
rule< Scanner, options_closure::context_t > options
int intafteroption(std::string const &str)
void optional_positive_intafteroption(std::string const &str, int const opt_default, int &inum)
double realafteroption(std::string const &str)
bool truefalseoption(std::string const &str)
void real2afteroption(std::string const &str, double const default1, double &rnum1, double const default2, double &rnum2)
void int2afteroption(std::string const &str, int const opt_default, int &inum, int const opt_default2, int &inum2)