![]() |
Home | Libraries | People | FAQ | More |
boost::program_options::invalid_syntax
// In header: <boost/program_options/errors.hpp> class invalid_syntax : public { public: enum kind_t { long_not_allowed = = 30, long_adjacent_not_allowed, short_adjacent_not_allowed, empty_adjacent_parameter, missing_parameter, extra_parameter, unrecognized_line }; // construct/copy/destruct (, = "", = "", = ); ~(); // public member functions () ; () ; // protected member functions (); };