#include <Zm.hh>
Public Member Functions | |
Z3 () | |
Default constructor. Initialises to 0. | |
Z3 (uint i) | |
Constructor. | |
operator int () const | |
Conversion operator. | |
int | operator= (int i) |
Assignment operator. | |
int | operator++ () |
Increment operator. | |
int | operator-- () |
Decrement operator. | |
Z3 | succ () const |
Returns the successor. | |
Z3 | pred () const |
Returns the predecessor. | |
|
inline |
|
inline |
|
inline |