#include <parsing.hh>
Public Member Functions | |
MissingAttribute (const std::string &attribute, const std::string &file="") | |
~MissingAttribute () throw () | |
Private Attributes | |
std::string | m_attribute |
Definition at line 43 of file parsing.hh.
Parsing::MissingAttribute::MissingAttribute | ( | const std::string & | attribute, |
const std::string & | file = "" |
||
) | [inline] |
Definition at line 47 of file parsing.hh.
Parsing::MissingAttribute::~MissingAttribute | ( | ) | throw () [inline] |
Definition at line 49 of file parsing.hh.
std::string Parsing::MissingAttribute::m_attribute [private] |
Definition at line 45 of file parsing.hh.