mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Nibbler
- Implemented Nibbler::getN, which allows for faster extraction of compound tokens if the length is known.
This commit is contained in:
parent
10c1203c87
commit
0ecf93553c
2 changed files with 14 additions and 0 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
bool getAllOneOf (const std::string&, std::string&);
|
||||
*/
|
||||
|
||||
bool getN (const int, std::string&);
|
||||
bool getQuoted (char, std::string&, bool quote = false);
|
||||
bool getDigit (int&);
|
||||
bool getInt (int&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue