- Implemented Nibbler::getUnsignedNumber.
This commit is contained in:
Paul Beckingham 2011-09-11 00:47:54 -04:00
parent 22e9d84074
commit 966501f5da
2 changed files with 71 additions and 2 deletions

View file

@ -60,6 +60,7 @@ public:
bool getHex (int&);
bool getUnsignedInt (int&);
bool getNumber (double&);
bool getUnsignedNumber (double&);
bool getLiteral (const std::string&);
bool getRx (const std::string&, std::string&);
bool getUUID (std::string&);