#include <FactorFound.H>

Public Member Functions | |
| void | Load (std::istream &is) |
| void | Save (std::ostream &os) const |
| void | PrettyPrint (std::ostream &os) const |
| void | AutoSave () const |
| void | AutoLoad () |
Public Attributes | |
| string | regarding |
| autompz_t | regarding_numeric_value |
Classes | |
| class | autompz_t |
Definition at line 59 of file FactorFound.H.
| void TFoundFactors::Load | ( | std::istream & | is | ) | [inline] |
Definition at line 77 of file FactorFound.H.
References std::basic_istream< _CharT, _Traits >::good().
Referenced by AutoLoad().

| void TFoundFactors::Save | ( | std::ostream & | os | ) | const [inline] |
| void TFoundFactors::PrettyPrint | ( | std::ostream & | os | ) | const |
Definition at line 18 of file FactorFound.cc.
References endl(), mpz_clear(), mpz_cmp(), mpz_init(), mpz_init_set_ui(), mpz_mul(), mpz_pow_ui(), mpz_sizeinbase(), regarding, and regarding_numeric_value.
Referenced by ExitManager::StopFactorization().

| void TFoundFactors::AutoSave | ( | ) | const |
Definition at line 44 of file FactorFound.cc.
References endl(), FoundFactorsFile, regarding, regarding_numeric_value, and Save().
Referenced by MAL().

| void TFoundFactors::AutoLoad | ( | ) |
Definition at line 52 of file FactorFound.cc.
References cout, endl(), FoundFactorsFile, Load(), regarding, and regarding_numeric_value.
Referenced by main().

Definition at line 74 of file FactorFound.H.
Referenced by AutoLoad(), AutoSave(), main(), PrettyPrint(), and statistical_data::XML_StatusReport().
Definition at line 75 of file FactorFound.H.
Referenced by AutoLoad(), AutoSave(), main(), and PrettyPrint().
1.5.4