#include <parsing.hh>
Public Member Functions | |
std::string | expected () const |
std::string | found () const |
UnexpectedElement (const std::string &found_, const std::string expected_, const std::string &file="") | |
~UnexpectedElement () throw () | |
Private Attributes | |
std::string | m_expected |
std::string | m_found |
Definition at line 17 of file parsing.hh.
Parsing::UnexpectedElement::UnexpectedElement | ( | const std::string & | found_, |
const std::string | expected_, | ||
const std::string & | file = "" |
||
) | [inline] |
Definition at line 21 of file parsing.hh.
Parsing::UnexpectedElement::~UnexpectedElement | ( | ) | throw () [inline] |
Definition at line 24 of file parsing.hh.
std::string Parsing::UnexpectedElement::expected | ( | ) | const [inline] |
Definition at line 27 of file parsing.hh.
std::string Parsing::UnexpectedElement::found | ( | ) | const [inline] |
Definition at line 26 of file parsing.hh.
std::string Parsing::UnexpectedElement::m_expected [private] |
Definition at line 19 of file parsing.hh.
std::string Parsing::UnexpectedElement::m_found [private] |
Definition at line 19 of file parsing.hh.