Public Member Functions | |
autompz_t () | |
~autompz_t () | |
operator mpz_t & () | |
operator const mpz_t & () const | |
Private Attributes | |
mpz_t | x |
Definition at line 63 of file FactorFound.H.
TFoundFactors::autompz_t::autompz_t | ( | ) | [inline] |
Definition at line 68 of file FactorFound.H.
References mpz_init(), and x.
TFoundFactors::autompz_t::~autompz_t | ( | ) | [inline] |
Definition at line 69 of file FactorFound.H.
References mpz_clear(), and x.
TFoundFactors::autompz_t::operator mpz_t & | ( | ) | [inline] |
TFoundFactors::autompz_t::operator const mpz_t & | ( | ) | const [inline] |
mpz_t TFoundFactors::autompz_t::x [private] |
Definition at line 66 of file FactorFound.H.
Referenced by autompz_t(), operator const mpz_t &(), operator mpz_t &(), and ~autompz_t().