description() const | scheduler::Task | [inline, virtual] |
m_desc | scheduler::Task | [protected] |
m_module | scheduler::Task | [protected] |
m_name | scheduler::Task | [protected] |
m_next | scheduler::TaskStep | [protected] |
m_shift | scheduler::TaskStep | [protected] |
m_step | scheduler::TaskStep | [protected] |
module() const | scheduler::Task | [inline] |
name() const | scheduler::Task | [inline, virtual] |
next() const | scheduler::TaskStep | [inline] |
operator=(TaskStep const &right) | scheduler::TaskStep | |
scheduler::Task::operator=(Task const &right) | scheduler::Task | |
poll() | scheduler::TaskStep | [virtual] |
rFree enum value | scheduler::Task | |
rOK enum value | scheduler::Task | |
rRemove enum value | scheduler::Task | |
rSlept enum value | scheduler::Task | |
run()=0 | scheduler::Task | [pure virtual] |
shift() const | scheduler::TaskStep | [inline] |
shift(time_t shift) | scheduler::TaskStep | |
step() const | scheduler::TaskStep | [inline] |
step(time_t step) | scheduler::TaskStep | |
Task(modules::Module *module, std::string const &name="", std::string const &desc="") | scheduler::Task | [inline, explicit] |
Task(Task const &t) | scheduler::Task | [inline] |
TaskStep(time_t step, time_t shift, modules::Module *module, std::string const &name="", std::string const &desc="") | scheduler::TaskStep | |
TaskStep(TaskStep const &t) | scheduler::TaskStep | [inline] |
~Task() | scheduler::Task | [inline, virtual] |