Struct StepAndBeforeOrAfter
Defined in File minimalstate.h
Struct Documentation
-
struct StepAndBeforeOrAfter
-
Public Functions
-
inline StepAndBeforeOrAfter()
-
inline StepAndBeforeOrAfter(const BeforeOrAfter &bOrA, const unsigned int &stepIDin)
-
inline bool operator<(const StepAndBeforeOrAfter &o) const
-
inline bool operator>(const StepAndBeforeOrAfter &o) const
-
inline bool operator==(const StepAndBeforeOrAfter &other) const
-
inline void write(ostream &o) const
-
inline void setToNever()
-
inline bool never() const
Public Static Attributes
-
static const unsigned int NEVER = 0x7FFFFFFF
-
inline StepAndBeforeOrAfter()