mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
TDB2
- Added ::has methods to determine whether a UUID is known.
This commit is contained in:
parent
2028c7186c
commit
1058f045b0
2 changed files with 24 additions and 3 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
|
||||
void add_task (Task&);
|
||||
bool modify_task (const Task&);
|
||||
|
@ -110,6 +111,7 @@ public:
|
|||
const std::vector <Task> all_tasks ();
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
const std::vector <Task> children (Task&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue