mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Lexer:: Implemented ::commonLength with offsets, for embedded parsing
This commit is contained in:
parent
244c81a647
commit
a9b701ae6d
2 changed files with 23 additions and 0 deletions
|
@ -86,6 +86,7 @@ public:
|
|||
static int hexToInt (int, int);
|
||||
static int hexToInt (int, int, int, int);
|
||||
static int commonLength (const std::string&, const std::string&);
|
||||
static int commonLength (const std::string&, std::string::size_type, const std::string&, std::string::size_type);
|
||||
|
||||
bool isEOS () const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue