mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parsing
- Implemented Nibbler::getUnsignedNumber.
This commit is contained in:
parent
22e9d84074
commit
966501f5da
2 changed files with 71 additions and 2 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue