#include <task.h>
Public Member Functions | |
| Task (string n) | |
| Task (const Task &other) | |
| virtual string | getName (void) const |
| virtual void | addInterface (TaskInterface t, int n=1) |
| virtual bool | hasInterface (string n) |
Protected Attributes | |
| string | name |
| multiset< TaskInterface > | taskInterfaces |
Interface control
1.7.1