$search
#include <configfile.hh>
Public Member Functions | |
parse_error (int line, std::string const &message) | |
~parse_error () throw () | |
Public Attributes | |
int const | line |
std::string const | message |
Definition at line 10 of file configfile.hh.
parse_error::parse_error | ( | int | line, | |
std::string const & | message | |||
) | [explicit] |
Definition at line 17 of file configfile.cc.
utilmm::parse_error::~parse_error | ( | ) | throw () [inline] |
Definition at line 16 of file configfile.hh.
int const utilmm::parse_error::line |
Definition at line 12 of file configfile.hh.
std::string const utilmm::parse_error::message |
Definition at line 13 of file configfile.hh.