Go to the documentation of this file.
17 #ifndef DECOM_RECORDER_GUARD
18 #define DECOM_RECORDER_GUARD
virtual void doneConsuming()
Must be called once after each time beginConsuming has been called.
This class is used to transfer terms one at a time from one part of the program to another,...
Term represents a product of variables which does not include a coefficient.
DecomRecorder(Ideal *recordInto)
Represents a monomial ideal with int exponents.
virtual void consume(const Term &term)
Consume a term.
virtual void beginConsuming()
Tell the consumer to begin consuming an ideal.