struct
EpochDependency
Derived classes
Public types
- using SuccessorBagType = std::set<EpochType>
Constructors, destructors, conversion operators
- EpochDependency(EpochType in_epoch, bool in_is_ds)
Public functions
- auto removeIntersection(SuccessorBagType successors) -> SuccessorBagType
- void addIntersectingSuccessors(SuccessorBagType successors)
- void addSuccessor(EpochType const in_successor)
- void clearSuccessors()
- auto hasSuccessor() const -> bool
- auto numSuccessors() const -> std::size_t
- auto getSuccessors() const -> SuccessorBagType const &