32 : option_ (
std::move(
std::move(option)))
46 : argument_ (
std::move(
std::move(argument)))
60 : option_ (
std::move(
std::move(option)))
75 : option_ (
std::move(
std::move(option))), value_ (
std::move(
std::move(value)))
95 : i_ (1), argc_ (argc), argv_ (argv), erase_ (erase)
100 argv_scanner (
int start,
int& argc,
char** argv,
bool erase)
101 : i_ (start), argc_ (argc), argv_ (argv), erase_ (erase)
int end() const
Definition actionstatemachine/CommandLineOptions.ixx:106
argv_scanner(int &argc, char **argv, bool erase=false)
Definition actionstatemachine/CommandLineOptions.ixx:94
Definition actionstatemachine/CommandLineOptions.hxx:39
virtual void print(std::ostream &) const =0
invalid_value(std::string option, std::string value)
Definition actionstatemachine/CommandLineOptions.ixx:73
const std::string & value() const
Definition actionstatemachine/CommandLineOptions.ixx:86
const std::string & option() const
Definition actionstatemachine/CommandLineOptions.ixx:80
const std::string & option() const
Definition actionstatemachine/CommandLineOptions.ixx:65
missing_value(std::string option)
Definition actionstatemachine/CommandLineOptions.ixx:59
unknown_argument(std::string argument)
Definition actionstatemachine/CommandLineOptions.ixx:45
const std::string & argument() const
Definition actionstatemachine/CommandLineOptions.ixx:51
value
Definition actionstatemachine/CommandLineOptions.hxx:18
unknown_mode(value v)
Definition actionstatemachine/CommandLineOptions.ixx:14
unknown_option(std::string option)
Definition actionstatemachine/CommandLineOptions.ixx:31
const std::string & option() const
Definition actionstatemachine/CommandLineOptions.ixx:37
const bool & version() const
Definition actionstatemachine/CommandLineOptions.ixx:122
std::string file_
Definition actionstatemachine/CommandLineOptions.hxx:265
std::string output_dir_
Definition actionstatemachine/CommandLineOptions.hxx:266
const bool & autonext() const
Definition actionstatemachine/CommandLineOptions.ixx:140
const bool & help() const
Definition actionstatemachine/CommandLineOptions.ixx:116
bool version_
Definition actionstatemachine/CommandLineOptions.hxx:264
const std::string & file() const
Definition actionstatemachine/CommandLineOptions.ixx:128
const std::string & output_dir() const
Definition actionstatemachine/CommandLineOptions.ixx:134
bool autonext_
Definition actionstatemachine/CommandLineOptions.hxx:267
bool help_
Definition actionstatemachine/CommandLineOptions.hxx:263
Definition actionstatemachine/CommandLineOptions.cxx:15
std::ostream & operator<<(std::ostream &, const exception &)
Definition actionstatemachine/CommandLineOptions.ixx:22