CLI2: Added ::getToken method for obtaining the canonical form, if possible

This commit is contained in:
Paul Beckingham 2015-06-22 00:35:35 -04:00
parent 9db73962da
commit 7432c0aead
2 changed files with 11 additions and 0 deletions

View file

@ -47,6 +47,7 @@ public:
void attribute (const std::string&, const std::string&);
void attribute (const std::string&, const int);
const std::string attribute (const std::string&) const;
const std::string getToken () const;
const std::string dump () const;
public: