Searched defs:TaskItem (Results 1 – 1 of 1) sorted by relevance
134 struct TaskItem { struct135 TaskItem(TaskType t, int c, bool s) in TaskItem() argument141 TaskType type;142 int cookie;143 bool start;145 bool operator == (const TaskItem& other) const { in operator ==()