#include <Zm.hh>
Public Member Functions | |
| Z2 () | |
| Default constructor. Initialises to 0. | |
| Z2 (uint i) | |
| Constructor. | |
| operator int () const | |
| Conversion operator. | |
| int | operator= (int i) |
| Assignment operator. | |
| int | operator++ () |
| Increment operator. | |
| Z2 | succ () const |
| Returns the successor. | |
Binary group (algebraic): only the values 0 and 1 are represented.
|
inline |
|
inline |