|
BWAPI
|
#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>

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) |
| Gmpz max BOOST_PREVENT_MACRO_SUBSTITUTION | ( | const Gmpz & | x, |
| const Gmpz & | y | ||
| ) | [inline] |
| void gmpz_eat_white_space | ( | std::istream & | is | ) | [inline] |

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



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

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


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

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

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

1.7.6.1