#include <DQWorkerTask.h>
Public Member Functions | |
void | append (Collections _r) |
void | append (std::set< Collections > const &_s) |
Dependency () | |
Dependency (Collections _d, int _r1=-1, int _r2=-1, int _r3=-1, int _r4=-1) | |
Public Attributes | |
Collections | dependant |
std::set< Collections > | requisite |
Definition at line 21 of file DQWorkerTask.h.
|
inline |
Definition at line 25 of file DQWorkerTask.h.
|
inline |
|
inline |
Definition at line 35 of file DQWorkerTask.h.
References dependant, and requisite.
Referenced by Vispa.Views.PropertyView.PropertyView::addProperty(), append(), Dependency(), and BeautifulSoup.Tag::setString().
|
inline |
Definition at line 39 of file DQWorkerTask.h.
References append().
Referenced by Vispa.Views.PropertyView.PropertyView::addProperty(), and BeautifulSoup.Tag::setString().
Collections ecaldqm::Dependency::dependant |
Definition at line 22 of file DQWorkerTask.h.
Referenced by append(), ecaldqm::DependencySet::formSequenceFragment_(), and ecaldqm::DependencySet::push_back().
std::set<Collections> ecaldqm::Dependency::requisite |
Definition at line 23 of file DQWorkerTask.h.
Referenced by append(), ecaldqm::DependencySet::formSequenceFragment_(), and ecaldqm::DependencySet::push_back().