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