#include <CGAL/basic.h>
#include <CGAL/GMP/Gmpz_type.h>
#include <gmp.h>
#include <mpfr.h>
#include <utility>
#include <string>
#include <boost/operators.hpp>
#include <CGAL/Handle_for.h>
#include <CGAL/Profile_counter.h>
Go to the source code of this file.
Classes |
struct | Gmpq_rep |
class | Gmpq |
Namespaces |
namespace | Gmpq_detail |
Functions |
bool | operator== (const Gmpq &a, const Gmpq &b) |
bool | operator< (const Gmpq &a, const Gmpq &b) |
bool | operator< (const Gmpq &a, int b) |
bool | operator> (const Gmpq &a, int b) |
bool | operator== (const Gmpq &a, int b) |
std::ostream & | operator<< (std::ostream &os, const Gmpq &z) |
bool | Gmpq_detail::is_space (const std::istream &, std::istream::int_type c) |
bool | Gmpq_detail::is_eof (const std::istream &, std::istream::int_type c) |
bool | Gmpq_detail::is_digit (const std::istream &, std::istream::int_type c) |
std::istream & | operator>> (std::istream &is, Gmpq &z) |
Gmpq min | BOOST_PREVENT_MACRO_SUBSTITUTION (const Gmpq &x, const Gmpq &y) |
Function Documentation
bool operator< |
( |
const Gmpq & |
a, |
|
|
const Gmpq & |
b |
|
) |
| [inline] |
bool operator< |
( |
const Gmpq & |
a, |
|
|
int |
b |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Gmpq & |
z |
|
) |
| [inline] |
bool operator== |
( |
const Gmpq & |
a, |
|
|
const Gmpq & |
b |
|
) |
| [inline] |
bool operator== |
( |
const Gmpq & |
a, |
|
|
int |
b |
|
) |
| [inline] |
bool operator> |
( |
const Gmpq & |
a, |
|
|
int |
b |
|
) |
| [inline] |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Gmpq & |
z |
|
) |
| [inline] |