BWAPI
Classes | Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/GMP/Gmpq_type.h File Reference
#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>
Include dependency graph for Gmpq_type.h:
This graph shows which files directly or indirectly include this file:

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

Gmpq max BOOST_PREVENT_MACRO_SUBSTITUTION ( const Gmpq x,
const Gmpq y 
) [inline]
bool operator< ( const Gmpq a,
const Gmpq b 
) [inline]

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines