Public Member Functions | |
| CommandLineOption (char opt, const std::string &option, const std::string &usage, const std::string &label="", const std::string &value="") throw () | |
| CommandLineOption (const CommandLineOption ©) throw () | |
| CommandLineOption & | operator= (const CommandLineOption &other) throw () |
| void | setOpt (char opt) throw () |
| void | setOption (const std::string &option) throw () |
| void | setUsage (const std::string &usage) throw () |
| void | setValue (const std::string &value) throw () |
| void | setTags (const std::string &tags) throw () |
| void | setArgumented (bool value) throw () |
| char | getOpt () const throw () |
| const std::string & | getOption () const throw () |
| const std::string & | getUsage () const throw () |
| const std::string & | getValue () const throw () |
| const std::string & | getTags () const throw () |
| bool | getArgumented () const throw () |
Definition at line 22 of file CommandLineOption.h.
1.6.1