18 operator<< (std::ostream& os,
const exception& e)
26 inline unknown_option::
27 unknown_option (
const std::string& option)
42 : argument_ (argument)
70 const std::string& value)
71 : option_ (option), value_ (value)
91 : i_ (1), argc_ (argc), argv_ (argv), erase_ (erase)
96 argv_scanner (
int start,
int& argc,
char** argv,
bool erase)
97 : i_ (start), argc_ (argc), argv_ (argv), erase_ (erase)
std::ostream & operator<<(std::ostream &o, Load)
Definition Load.cpp:327
int end() const
Definition actionstatemachine/CommandLineOptions.ixx:106
argv_scanner(int &argc, char **argv, bool erase=false)
Definition actionstatemachine/CommandLineOptions.ixx:94
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
unknown_mode(value v)
Definition actionstatemachine/CommandLineOptions.ixx:14
const std::string & option() const
Definition actionstatemachine/CommandLineOptions.ixx:37
bool time_stamp_
Definition config/CommandLineOptions.hxx:289
const bool & version() const
Definition actionstatemachine/CommandLineOptions.ixx:122
const std::string & check_hotplug_extension() const
Definition config/CommandLineOptions.ixx:172
std::string check_hotplug_extension_
Definition config/CommandLineOptions.hxx:291
const bool & complete_version() const
Definition config/CommandLineOptions.ixx:154
bool print_paths_
Definition config/CommandLineOptions.hxx:285
const bool & help() const
Definition actionstatemachine/CommandLineOptions.ixx:116
const bool & time_stamp() const
Definition config/CommandLineOptions.ixx:160
const bool & bug_report_info() const
Definition config/CommandLineOptions.ixx:166
bool short_version_
Definition config/CommandLineOptions.hxx:287
bool version_
Definition actionstatemachine/CommandLineOptions.hxx:264
bool config_
Definition config/CommandLineOptions.hxx:283
const bool & config_json() const
Definition config/CommandLineOptions.ixx:130
bool config_json_
Definition config/CommandLineOptions.hxx:284
const bool & config() const
Definition config/CommandLineOptions.ixx:124
const bool & print_paths() const
Definition config/CommandLineOptions.ixx:136
bool complete_version_
Definition config/CommandLineOptions.hxx:288
bool bug_report_info_
Definition config/CommandLineOptions.hxx:290
bool camitk_dir_
Definition config/CommandLineOptions.hxx:286
bool help_
Definition actionstatemachine/CommandLineOptions.hxx:263
const bool & camitk_dir() const
Definition config/CommandLineOptions.ixx:142
const bool & short_version() const
Definition config/CommandLineOptions.ixx:148
Definition actionstatemachine/CommandLineOptions.cxx:15