$search
#include <commandline.hh>
Public Member Functions | |
commandline_error (std::string const &error_) | |
char const * | what () const throw () |
~commandline_error () throw () | |
Public Attributes | |
std::string | error |
Definition at line 25 of file commandline.hh.
utilmm::commandline_error::~commandline_error | ( | ) | throw () [inline] |
Definition at line 28 of file commandline.hh.
utilmm::commandline_error::commandline_error | ( | std::string const & | error_ | ) | [inline] |
Definition at line 30 of file commandline.hh.
char const* utilmm::commandline_error::what | ( | ) | const throw () [inline] |
Definition at line 32 of file commandline.hh.
std::string utilmm::commandline_error::error |
Definition at line 29 of file commandline.hh.