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