|
todo-cli
|
This is the complete list of members for todo::Task, including all inherited members.
| child_tasks | todo::Task | |
| desc | todo::Task | |
| due_date | todo::Task | |
| operator!=(const Task &other) const | todo::Task | inline |
| operator=(const Task &)=default | todo::Task | |
| operator=(Task &&)=default | todo::Task | |
| operator==(const Task &other) const | todo::Task | inline |
| priority | todo::Task | |
| Status enum name | todo::Task | |
| status | todo::Task | |
| Task()=default | todo::Task | |
| Task(const Task &)=default | todo::Task | |
| Task(Task &&)=default | todo::Task | |
| Task(std::string &&desc, uint16_t prio, Status completion, Date &&date) | todo::Task | inline |