BWAPI
|
Go to the source code of this file.
Classes | |
class | Residue |
This class represents the Field Z mod p. More... | |
Functions | |
Residue | operator+ (const Residue &) |
Residue | operator- (const Residue &) |
std::ostream & | operator<< (std::ostream &os, const Residue &p) |
std::istream & | operator>> (std::istream &is, Residue &p) |
bool | operator== (const Residue &p1, const Residue &p2) |
bool | operator== (const Residue &p1, int p2) |
bool | operator< (const Residue &p1, const Residue &p2) |
bool | operator< (const Residue &p1, int p2) |
bool operator< | ( | const Residue & | p1, |
int | p2 | ||
) | [inline] |
std::ostream & operator<< | ( | std::ostream & | os, |
const Residue & | p | ||
) | [inline] |
bool operator== | ( | const Residue & | p1, |
int | p2 | ||
) | [inline] |
std::istream & operator>> | ( | std::istream & | is, |
Residue & | p | ||
) | [inline] |