| Context (const std::string &basename=__FUNCTION__) |
| Context (const Context &ctx) |
virtual const drain::VariableMap & | getStatusMap () const |
| A long description of context variables and other resources. More...
|
virtual drain::VariableMap & | getStatusMap () |
virtual drain::VariableMap & | getUpdatedStatusMap () |
const Variable & | getStatus (const std::string &key, bool update) const |
void | setStatus (const std::string &key, const T &value) |
virtual void | report (StatusFlags &flags) |
| Report status. Typically, report final status of a thread to its base context. More...
|