CLI2: Implemented A2::attribute for reading arg atts

This commit is contained in:
Paul Beckingham 2015-06-13 16:50:34 -04:00
parent e159c838ad
commit a433ca308a
2 changed files with 10 additions and 3 deletions

View file

@ -59,7 +59,9 @@ public:
/*
void attribute (const std::string&, const int);
void attribute (const std::string&, const double);
*/
const std::string attribute (const std::string&) const;
/*
void removeAttribute (const std::string&);
*/
const std::string dump () const;