#include <commandline.hh>
| Public Member Functions | |
| bad_syntax (std::string const &source_, std::string const &error_="") | |
| char const * | what () const throw () | 
| ~bad_syntax () throw () | |
| Public Attributes | |
| std::string | error | 
| std::string | source | 
Definition at line 14 of file commandline.hh.
| utilmm::bad_syntax::~bad_syntax | ( | ) | throw ()  [inline] | 
Definition at line 17 of file commandline.hh.
| utilmm::bad_syntax::bad_syntax | ( | std::string const & | source_, | 
| std::string const & | error_ = "" | ||
| ) |  [inline] | 
Definition at line 20 of file commandline.hh.
| char const* utilmm::bad_syntax::what | ( | ) | const  throw ()  [inline] | 
Definition at line 22 of file commandline.hh.
| std::string utilmm::bad_syntax::error | 
Definition at line 19 of file commandline.hh.
| std::string utilmm::bad_syntax::source | 
Definition at line 19 of file commandline.hh.