- Implemented Nibbler::getUUID to assist parsing efforts.
This commit is contained in:
Paul Beckingham 2011-06-04 16:15:44 -04:00
parent 58a677ffb5
commit 354d66a5ac
3 changed files with 68 additions and 2 deletions

View file

@ -59,6 +59,7 @@ public:
bool getNumber (double&);
bool getLiteral (const std::string&);
bool getRx (const std::string&, std::string&);
bool getUUID (std::string&);
bool skipN (const int quantity = 1);
bool skip (char);