Planeshift
GmpInt.h File Reference
#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

Definition at line 140 of file GmpInt.h.

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 
)
inline

Definition at line 135 of file GmpInt.h.

std::ostream& operator<< ( std::ostream &  os,
const GmpInt value 
)
inline

Definition at line 142 of file GmpInt.h.

bool operator<= ( long  lhs,
const GmpInt rhs 
)
inline

Definition at line 136 of file GmpInt.h.

bool operator== ( long  lhs,
const GmpInt rhs 
)
inline

Definition at line 139 of file GmpInt.h.

bool operator> ( long  lhs,
const GmpInt rhs 
)
inline

Definition at line 137 of file GmpInt.h.

bool operator>= ( long  lhs,
const GmpInt rhs 
)
inline

Definition at line 138 of file GmpInt.h.