Belle II Software development
|
Namespace hiding the constants of the enum. More...
Enumerations | |
enum | EIncDec : signed short { c_Increasing = 1 , c_Constant = 0 , c_Decreasing = -1 , c_Invalid = SHRT_MIN } |
Enumeration to represent the distinct possibilities of the right left passage information. More... | |
Functions | |
EIncDec | reversed (EIncDec eIncDec) |
Return the reversed increasing decreasing indicator. Leaves EIncDec::c_Invalid the same. | |
bool | isValid (EIncDec eIncDec) |
Check whether the given enum instance is one of the valid values. | |
Namespace hiding the constants of the enum.
enum EIncDec : signed short |
Enumeration to represent the distinct possibilities of the right left passage information.
Enumerator | |
---|---|
c_Increasing | Constant for a variable that increases. |
c_Constant | Constant for a variable that is constant. |
c_Decreasing | Constant for a variable that decreases. |
c_Invalid | Constant for an invalid information. |
Definition at line 25 of file EIncDec.h.
|
inline |
Return the reversed increasing decreasing indicator. Leaves EIncDec::c_Invalid the same.
Definition at line 41 of file EIncDec.h.