#include <updateSeq.h>
Public Member Functions | |
INLINE | UpdateSeq () |
INLINE | UpdateSeq (const UpdateSeq ©) |
INLINE UpdateSeq & | operator= (const UpdateSeq ©) |
INLINE void | clear () |
INLINE bool | is_initial () const |
INLINE bool | is_old () const |
INLINE bool | is_fresh () const |
INLINE bool | is_special () const |
INLINE bool | operator== (const UpdateSeq &other) const |
INLINE bool | operator!= (const UpdateSeq &other) const |
INLINE bool | operator< (const UpdateSeq &other) const |
INLINE bool | operator<= (const UpdateSeq &other) const |
INLINE UpdateSeq | operator++ () |
INLINE UpdateSeq | operator++ (int) |
INLINE void | output (ostream &out) const |
Static Public Member Functions | |
INLINE UpdateSeq | initial () |
INLINE UpdateSeq | old () |
INLINE UpdateSeq | fresh () |
Private Types | |
enum | SpecialCases { SC_initial = 0, SC_old = 1, SC_fresh = ~0 } |
Private Attributes | |
unsigned int | _seq |
|
Definition at line 71 of file updateSeq.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 77 of file updateSeq.h. |