CoxIter  1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
Public Member Functions | Public Attributes | List of all members
Number_template Class Reference

#include <number_template.h>

Inheritance diagram for Number_template:
Inheritance graph
[legend]

Public Member Functions

virtual bool operator== (Number_template const &) const
 
virtual bool operator!= (Number_template const &) const
 
virtual Number_template operator+ (Number_template const &n) const
 
virtual Number_templateoperator+= (Number_template const &n)
 
virtual Number_template operator- (Number_template const &n) const
 
virtual Number_templateoperator-= (Number_template const &n)
 
virtual Number_template operator* (Number_template const &n) const
 
virtual Number_templateoperator*= (Number_template const &n)
 
virtual Number_template operator/ (Number_template const &n) const
 
virtual Number_templateoperator/= (Number_template const &n)
 
virtual void print (ostream &) const
 

Public Attributes

bool isZero
 
bool isMinusOne
 
bool isOne
 
bool isInt
 

Detailed Description

Member Function Documentation

bool Number_template::operator!= ( Number_template const &  ) const
virtual
Number_template Number_template::operator* ( Number_template const &  n) const
virtual
Number_template & Number_template::operator*= ( Number_template const &  n)
virtual
Number_template Number_template::operator+ ( Number_template const &  n) const
virtual
Number_template & Number_template::operator+= ( Number_template const &  n)
virtual
Number_template Number_template::operator- ( Number_template const &  n) const
virtual
Number_template & Number_template::operator-= ( Number_template const &  n)
virtual
Number_template Number_template::operator/ ( Number_template const &  n) const
virtual
Number_template & Number_template::operator/= ( Number_template const &  n)
virtual
bool Number_template::operator== ( Number_template const &  ) const
virtual
void Number_template::print ( ostream &  ) const
virtual

Reimplemented in MPZ_rational.

Member Data Documentation

bool Number_template::isInt
bool Number_template::isMinusOne
bool Number_template::isOne
bool Number_template::isZero

The documentation for this class was generated from the following files: