- Added TDB2::all_tasks as a helper function to load and combine tasks
  from pending and completed.
This commit is contained in:
Paul Beckingham
2011-09-05 10:45:58 -04:00
parent a3cb1172a1
commit 195c7d5142
2 changed files with 14 additions and 0 deletions

View File

@@ -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&);