Class IncomingAndOutgoing

Class Documentation

class IncomingAndOutgoing

Public Functions

inline const map<int, bool> &mustFollowThis() const
inline const map<int, bool> &mustPrecedeThis() const
inline void addFollower(const int &a, const bool &b)
inline void initialisePredecessors(const map<int, bool> &p)
inline void addPredecessor(const int &a, const bool &b)

Protected Attributes

map<int, bool> mustFollowThisD
map<int, bool> mustPrecedeThisD