10 #define OPT1(type, name, value) : name (value)
11 #define OPT(type, name, value) , name (value)
18 #define OPT1(type, name, value) : name (opt.name)
19 #define OPT(type, name, value) , name (opt.name)
28 #define OPT(type, name, value) name = opt.name;
249 user.diverge =
false;
bool source(const char *s)
void error(const char *fmt,...)
static const opt_t baseopt
void reset_encoding(const Enc &enc)
std::string condEnumPrefix
std::string state_set_arg
std::string condGotoParam
bool output(const char *s)
realopt_t(useropt_t &opt)
const opt_t * operator->()
opt_t & operator=(const opt_t &opt)
std::string condDividerParam