|
Givaro
|
#include <givindeter.h>
Public Member Functions | |
| Indeter (const std::string &x="") | |
| Indeter (const char *x) | |
| Indeter (const Indeter &s) | |
| ~Indeter () | |
| Indeter & | operator= (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) |
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.
| Indeter | ( | const std::string & | x = "" | ) | [inline] |
| Indeter | ( | const char * | x | ) | [inline] |
| ~Indeter | ( | ) | [inline] |
| int compare | ( | const Indeter & | b | ) | const |
| std::ostream& operator<< | ( | std::ostream & | o, |
| const Indeter & | X | ||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | o, |
| Indeter & | X | ||
| ) | [friend] |
std::string name [protected] |
1.7.4