#include <parsing.hh>

Public Member Functions | |
| BadRootElement (const std::string &found_, const std::string expected_, const std::string &file="") | |
| std::string | expected () const |
| std::string | found () const |
| ~BadRootElement () throw () | |
Private Attributes | |
| std::string | m_expected |
| std::string | m_found |
Definition at line 30 of file parsing.hh.
| Parsing::BadRootElement::BadRootElement | ( | const std::string & | found_, |
| const std::string | expected_, | ||
| const std::string & | file = "" |
||
| ) | [inline] |
Definition at line 34 of file parsing.hh.
| Parsing::BadRootElement::~BadRootElement | ( | ) | throw () [inline] |
Definition at line 37 of file parsing.hh.
| std::string Parsing::BadRootElement::expected | ( | ) | const [inline] |
Definition at line 40 of file parsing.hh.
| std::string Parsing::BadRootElement::found | ( | ) | const [inline] |
Definition at line 39 of file parsing.hh.
std::string Parsing::BadRootElement::m_expected [private] |
Definition at line 32 of file parsing.hh.
std::string Parsing::BadRootElement::m_found [private] |
Definition at line 32 of file parsing.hh.