UpdateSeq

Inheritance:

Methods of UpdateSeq:

clear
void UpdateSeq::clear(void);

Description: Resets the UpdateSeq to the 'initial' state.

fresh
static UpdateSeq UpdateSeq::fresh(void);

Description: Returns an UpdateSeq in the 'fresh' state.

initial
static UpdateSeq UpdateSeq::initial(void);

Description: Returns an UpdateSeq in the 'initial' state.

isFresh
bool UpdateSeq::is_fresh(void) const;

Description: Returns true if the UpdateSeq is in the 'fresh' state.

isInitial
bool UpdateSeq::is_initial(void) const;

Description: Returns true if the UpdateSeq is in the 'initial' state.

isOld
bool UpdateSeq::is_old(void) const;

Description: Returns true if the UpdateSeq is in the 'old' state.

isSpecial
bool UpdateSeq::is_special(void) const;

Description: Returns true if the UpdateSeq is in any special states, i.e. 'initial', 'old', or 'fresh'.

old
static UpdateSeq UpdateSeq::old(void);

Description: Returns an UpdateSeq in the 'old' state.

operator !=
bool UpdateSeq::operator !=(UpdateSeq const &other) const;

Description:

operator ++
UpdateSeq UpdateSeq::operator ++(int );

Description:

operator ++
UpdateSeq UpdateSeq::operator ++(int );

Description:

operator <
bool UpdateSeq::operator <(UpdateSeq const &other) const;

Description:

operator <=
bool UpdateSeq::operator <=(UpdateSeq const &other) const;

Description:

operator =
UpdateSeq &UpdateSeq::operator =(UpdateSeq const &copy);

Description:

operator ==
bool UpdateSeq::operator ==(UpdateSeq const &other) const;

Description:

operator >
bool UpdateSeq::operator >(UpdateSeq const &other) const;

Description:

operator >=
bool UpdateSeq::operator >=(UpdateSeq const &other) const;

Description:

output
void UpdateSeq::output(ostream &out) const;

Description: