Class logical_task

Inheritance Relationships

Derived Type

Class Documentation

class logical_task

Represents the logical concept of a task, which only contains a name right now.

Subclassed by cosm::ta::executable_task

Public Functions

logical_task(const logical_task &other) = default
inline explicit logical_task(std::string name)
virtual ~logical_task(void)
inline const std::string &name(void) const

Get the name of the task.

logical_task &operator=(const logical_task&) = delete
inline bool operator==(const logical_task &other) const