|
Frobby
0.9.5
|
Public Member Functions | |
| ExternalIdealConsumerWrapper (Frobby::IdealConsumer *consumer, size_t varCount) | |
| virtual void | consumeRing (const VarNames &names) |
| Tell the consumer which ring is being used. More... | |
| virtual void | beginConsuming () |
| Tell the consumer to begin consuming an ideal. More... | |
| virtual void | consume (const Term &term, const TermTranslator &translator) |
| virtual void | consume (const vector< mpz_class > &term) |
| virtual void | doneConsuming () |
| Must be called once after each time beginConsuming has been called. More... | |
Public Member Functions inherited from BigTermConsumer | |
| virtual | ~BigTermConsumer () |
| virtual void | consume (const Term &term) |
| Consume a term. More... | |
| virtual void | consume (const BigIdeal &ideal) |
| virtual void | consume (auto_ptr< BigIdeal > ideal) |
| void | beginConsuming (const VarNames &names) |
Public Member Functions inherited from TermConsumer | |
| virtual | ~TermConsumer () |
| virtual void | beginConsumingList () |
| Tell the consumer that the ideals that are consumed until the next call to doneConsumingList are to be considered as one list of ideals, rather than as a number of separate ideals. More... | |
| virtual void | doneConsumingList () |
| Must be called once after each time beginConsumingList has been called. More... | |
| void | consume (const Ideal &ideal) |
| This is a non-virtual utility method that calls the other methods to achieve its effect of calling beginConsuming, then consuming all generators, and then calling doneConsuming. More... | |
Private Attributes | |
| Frobby::IdealConsumer * | _consumer |
Additional Inherited Members | |
Protected Member Functions inherited from ConsumerWrapper | |
| ConsumerWrapper (size_t varCount) | |
| virtual | ~ConsumerWrapper () |
| void | setTerm (const Term &term, const TermTranslator &translator) |
| void | setTerm (const vector< mpz_class > &term) |
Protected Attributes inherited from ConsumerWrapper | |
| size_t | _varCount |
| mpz_ptr * | _term |
Definition at line 65 of file frobby.cpp.
|
inline |
Definition at line 68 of file frobby.cpp.
|
inlinevirtual |
Tell the consumer to begin consuming an ideal.
It is required to call this method before calling consume().
Implements BigTermConsumer.
Definition at line 79 of file frobby.cpp.
|
inlinevirtual |
Implements BigTermConsumer.
Definition at line 83 of file frobby.cpp.
|
inlinevirtual |
Implements BigTermConsumer.
Definition at line 91 of file frobby.cpp.
|
inlinevirtual |
Tell the consumer which ring is being used.
Implements BigTermConsumer.
Definition at line 75 of file frobby.cpp.
|
inlinevirtual |
Must be called once after each time beginConsuming has been called.
Implements BigTermConsumer.
Definition at line 98 of file frobby.cpp.
|
private |
Definition at line 103 of file frobby.cpp.