19 namespace TrackFindingCDC {
46 {
return std::abs(eIncDec) <= 1; }
EIncDec
Enumeration to represent the distinct possibilities of the right left passage information.
@ c_Decreasing
Constant for a variable that decreases.
@ c_Increasing
Constant for a variable that increases.
@ c_Invalid
Constant for an invalid information.
@ c_Constant
Constant for a variable that is constant.
bool isValid(EIncDec eIncDec)
Check whether the given enum instance is one of the valid values.
EIncDec reversed(EIncDec eIncDec)
Return the reversed increasing decreasing indicator. Leaves EIncDec::c_Invalid the same.
Abstract base class for different kinds of events.