Givaro
Public Member Functions | Protected Attributes | Friends
Indeter Class Reference

#include <givindeter.h>

Public Member Functions

 Indeter (const std::string &x="")
 Indeter (const char *x)
 Indeter (const Indeter &s)
 ~Indeter ()
Indeteroperator= (const Indeter &s)
int compare (const Indeter &b) const

Protected Attributes

std::string name

Friends

std::ostream & operator<< (std::ostream &o, const Indeter &X)
std::istream & operator>> (std::istream &o, Indeter &X)

Detailed Description

Examples:

examples/FiniteField/GFirreducible.C, examples/Polynomial/highorder.C, examples/Polynomial/interpolate.C, examples/Polynomial/isirred.C, examples/Polynomial/isprimitive.C, examples/Polynomial/pol_arith.C, examples/Polynomial/pol_eval.C, examples/Polynomial/pol_factor.C, and examples/Polynomial/trunc_arith.C.


Constructor & Destructor Documentation

Indeter ( const std::string &  x = "") [inline]
Indeter ( const char *  x) [inline]
Indeter ( const Indeter s) [inline]
~Indeter ( ) [inline]

Member Function Documentation

Indeter & operator= ( const Indeter s)
int compare ( const Indeter b) const

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const Indeter X 
) [friend]
std::istream& operator>> ( std::istream &  o,
Indeter X 
) [friend]

Field Documentation

std::string name [protected]

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