TDB2::siblings
- TDB2 helper function to locate sibling tasks.
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
||||
// Generalized task accessors.
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
|
||||
void dump ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user