BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Modular_arithmetic/Residue_type.h File Reference
#include <CGAL/basic.h>
#include <cfloat>
#include <boost/operators.hpp>
Include dependency graph for Residue_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Residue
 This class represents the Field Z mod p. More...

Functions

Residue operator+ (const Residue &)
Residue operator- (const Residue &)
std::ostream & operator<< (std::ostream &os, const Residue &p)
std::istream & operator>> (std::istream &is, Residue &p)
bool operator== (const Residue &p1, const Residue &p2)
bool operator== (const Residue &p1, int p2)
bool operator< (const Residue &p1, const Residue &p2)
bool operator< (const Residue &p1, int p2)

Function Documentation

Residue operator+ ( const Residue p1) [inline]
Residue operator- ( const Residue p1) [inline]

Here is the call graph for this function:

bool operator< ( const Residue p1,
const Residue p2 
) [inline]

Here is the call graph for this function:

bool operator< ( const Residue p1,
int  p2 
) [inline]

Here is the call graph for this function:

std::ostream & operator<< ( std::ostream &  os,
const Residue p 
) [inline]

Here is the call graph for this function:

bool operator== ( const Residue p1,
const Residue p2 
) [inline]

Here is the call graph for this function:

bool operator== ( const Residue p1,
int  p2 
) [inline]
std::istream & operator>> ( std::istream &  is,
Residue p 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines