Taskflow
2.7.0
|
observer designed based on taskflow board format More...
#include <observer.hpp>
Public Member Functions | |
void | dump (std::ostream &ostream) const |
dump the timelines in JSON format to an ostream More... | |
std::string | dump () const |
dump the timelines in JSON to a std::string More... | |
void | clear () |
clear the timeline data | |
size_t | num_tasks () const |
get the number of total tasks in the observer More... | |
![]() | |
virtual | ~ObserverInterface ()=default |
virtual destructor | |
Friends | |
class | Executor |
observer designed based on taskflow board format
|
inline |
dump the timelines in JSON format to an ostream
ostream | the target std::ostream to dump |
|
inline |
dump the timelines in JSON to a std::string
|
inline |
get the number of total tasks in the observer