|
generator
1.2
|
This is the complete list of members for Activity, including all inherited members.
| Activity(const uint32_t &aid, const ActivityType &type) | Activity | inline |
| Activity(const Activity &)=delete (defined in Activity) | Activity | private |
| addPredecessor(Activity *predecessor) (defined in Activity) | Activity | inline |
| addSuccessor(Activity *successor) (defined in Activity) | Activity | inline |
| aid() const (defined in Activity) | Activity | inline |
| mAid | Activity | protected |
| maxAbsDuration(const double &maxAbsDuration) (defined in Activity) | Activity | inline |
| maxAbsDuration() const (defined in Activity) | Activity | inline |
| minAbsDuration(const double &minAbsDuration) (defined in Activity) | Activity | inline |
| minAbsDuration() const (defined in Activity) | Activity | inline |
| mMaxAbsDuration | Activity | protected |
| mMinAbsDuration | Activity | protected |
| mPredecessors | Activity | protected |
| mSuccessors | Activity | protected |
| mType | Activity | protected |
| numberOfModes() const =0 (defined in Activity) | Activity | pure virtual |
| operator=(const Activity &)=delete (defined in Activity) | Activity | private |
| predecessors(const std::vector< Activity * > &predecessors) (defined in Activity) | Activity | inline |
| predecessors() const (defined in Activity) | Activity | inline |
| successors(const std::vector< Activity * > &successors) (defined in Activity) | Activity | inline |
| successors() const (defined in Activity) | Activity | inline |
| type() const (defined in Activity) | Activity | inline |
| ~Activity() (defined in Activity) | Activity | inlinevirtual |
1.8.9.1