BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/GMP/Gmpz_type.h File Reference
#include <CGAL/basic.h>
#include <gmp.h>
#include <mpfr.h>
#include <boost/operators.hpp>
#include <CGAL/Handle_for.h>
#include <string>
#include <locale>
#include <CGAL/auto_link/GMP.h>
#include <CGAL/auto_link/MPFR.h>
Include dependency graph for Gmpz_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gmpz_rep
class  Gmpz
struct  Split_double< Gmpz >

Functions

bool operator< (const Gmpz &a, const Gmpz &b)
bool operator== (const Gmpz &a, const Gmpz &b)
bool operator< (const Gmpz &a, int b)
bool operator== (const Gmpz &a, int b)
bool operator> (const Gmpz &a, int b)
std::ostream & operator<< (std::ostream &os, const Gmpz &z)
void gmpz_eat_white_space (std::istream &is)
std::istream & gmpz_new_read (std::istream &is, Gmpz &z)
std::istream & operator>> (std::istream &is, Gmpz &z)
Gmpz min BOOST_PREVENT_MACRO_SUBSTITUTION (const Gmpz &x, const Gmpz &y)

Function Documentation

Gmpz max BOOST_PREVENT_MACRO_SUBSTITUTION ( const Gmpz x,
const Gmpz y 
) [inline]
void gmpz_eat_white_space ( std::istream &  is) [inline]

Here is the caller graph for this function:

std::istream& gmpz_new_read ( std::istream &  is,
Gmpz z 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

bool operator< ( const Gmpz a,
const Gmpz b 
) [inline]

Here is the call graph for this function:

bool operator< ( const Gmpz a,
int  b 
) [inline]

Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  os,
const Gmpz z 
) [inline]

Here is the call graph for this function:

bool operator== ( const Gmpz a,
const Gmpz b 
) [inline]

Here is the call graph for this function:

bool operator== ( const Gmpz a,
int  b 
) [inline]

Here is the call graph for this function:

bool operator> ( const Gmpz a,
int  b 
) [inline]

Here is the call graph for this function:

std::istream& operator>> ( std::istream &  is,
Gmpz z 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines