mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parsing
- Implemented Nibbler::getUUID to assist parsing efforts.
This commit is contained in:
parent
58a677ffb5
commit
354d66a5ac
3 changed files with 68 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue