#include <task.h>
◆ Status
| Enumerator |
|---|
| NOT_STARTED | |
| IN_PROGRESS | |
| COMPLETED | |
| INVALID | |
◆ Task() [1/4]
◆ Task() [2/4]
| todo::Task::Task |
( |
const Task & | | ) |
|
|
default |
◆ Task() [3/4]
| todo::Task::Task |
( |
Task && | | ) |
|
|
default |
◆ Task() [4/4]
| todo::Task::Task |
( |
std::string && | desc, |
|
|
uint16_t | prio, |
|
|
Status | completion, |
|
|
Date && | date ) |
|
inline |
◆ operator!=()
| bool todo::Task::operator!= |
( |
const Task & | other | ) |
const |
|
inline |
◆ operator=() [1/2]
| Task & todo::Task::operator= |
( |
const Task & | | ) |
|
|
default |
◆ operator=() [2/2]
| Task & todo::Task::operator= |
( |
Task && | | ) |
|
|
default |
◆ operator==()
| bool todo::Task::operator== |
( |
const Task & | other | ) |
const |
|
inline |
◆ child_tasks
| std::vector<Task> todo::Task::child_tasks |
◆ desc
| std::string todo::Task::desc |
◆ due_date
◆ priority
| uint16_t todo::Task::priority |
◆ status
Completion status of the task.
The documentation for this struct was generated from the following file: