libdballe
7.21
|
Public Member Functions | |
ExistingDBTask (DB &db, const std::string &name) | |
![]() | |
Task (const std::string &name) | |
Task (const Task &)=delete | |
Task (Task &&)=delete | |
Task & | operator= (const Task &)=delete |
Task & | operator= (Task &&)=delete |
virtual void | setup () |
Set up the environment for running run_once() | |
virtual void | run_once ()=0 |
Run the task once. More... | |
virtual void | teardown () |
Clean up after the task has been measured. | |
Public Attributes | |
DB & | db |
![]() | |
std::string | name |