TDB2
- Added TDB2::all_tasks as a helper function to load and combine tasks from pending and completed.
This commit is contained in:
@@ -103,6 +103,7 @@ public:
|
||||
int next_id ();
|
||||
|
||||
// Generalized task accessors.
|
||||
const std::vector <Task> all_tasks ();
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
|
||||
Reference in New Issue
Block a user