- Implemented A::dump.
This commit is contained in:
Paul Beckingham 2014-10-15 00:35:46 -04:00
parent b98da56a7c
commit 87ece489db
2 changed files with 43 additions and 5 deletions

View file

@ -44,9 +44,9 @@ public:
void attribute (const std::string&, const std::string&);
void attribute (const std::string&, const int);
void attribute (const std::string&, const double);
std::string attribute (const std::string&);
const std::string attribute (const std::string&);
void removeAttribute (const std::string&);
std::string dump ();
const std::string dump ();
public:
std::string _name;