26 operator int()
const {
return i_; }
50 operator int()
const {
return i_; }
53 int operator=(
int i) {
return i_ = i - 3 * (i / 3); }
59 Z3 succ()
const {
return i_ == 2 ? 0 : i_ + 1; }
61 Z3 pred()
const {
return i_ ? i_ - 1 : 2; }
78 operator int()
const {
return i_; }
87 Z4 succ()
const {
return (i_ + 1) & 3; }
89 Z4 pred()
const {
return (i_ - 1) & 3; }
int operator=(int i)
Assignment operator.
Z2 succ() const
Returns the successor.
Z2()
Default constructor. Initialises to 0.
int operator++()
Increment operator.
Z3 succ() const
Returns the successor.
Z3()
Default constructor. Initialises to 0.
int operator--()
Decrement operator.
int operator=(int i)
Assignment operator.
int operator++()
Increment operator.
Z3 pred() const
Returns the predecessor.
Z4 pred() const
Returns the predecessor.
Z4()
Default constructor. Initialises to 0.
int operator=(int i)
Assignment operator.
int operator--()
Decrement operator.
Z4 succ() const
Returns the successor.
int operator++()
Increment operator.
Set< F > makeSet(uint n, const F &first,...)
unsigned char uchar
Abbreviation for unsigned char.