#include <iostream>
Go to the source code of this file.
Classes |
class | GmpInt |
Functions |
bool | operator!= (long lhs, const GmpInt &rhs) |
GmpInt | operator% (long lhs, const GmpInt &rhs) |
GmpInt | operator* (long lhs, const GmpInt &rhs) |
GmpInt | operator+ (long lhs, const GmpInt &rhs) |
GmpInt | operator- (long lhs, const GmpInt &rhs) |
GmpInt | operator/ (long lhs, const GmpInt &rhs) |
bool | operator< (long lhs, const GmpInt &rhs) |
std::ostream & | operator<< (std::ostream &os, const GmpInt &value) |
bool | operator<= (long lhs, const GmpInt &rhs) |
bool | operator== (long lhs, const GmpInt &rhs) |
bool | operator> (long lhs, const GmpInt &rhs) |
bool | operator>= (long lhs, const GmpInt &rhs) |
Function Documentation
bool operator!= |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |
bool operator< |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GmpInt & |
value |
|
) |
| [inline] |
bool operator<= |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |
bool operator== |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |
bool operator> |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |
bool operator>= |
( |
long |
lhs, |
|
|
const GmpInt & |
rhs |
|
) |
| [inline] |