Gecode::FlatZinc::FZPrintingInspector< S > Class Template Reference
An inspector for printing simple text output. More...
Public Member Functions | |
FZPrintingInspector (const Printer &p0) | |
Constructor. | |
virtual void | inspect (const Space &node) |
Use the print method of the template class S to print a space. | |
virtual void | finalize (void) |
Finalize when Gist exits. |
Detailed Description
template<class S>
class Gecode::FlatZinc::FZPrintingInspector< S >
An inspector for printing simple text output.
Definition at line 1592 of file flatzinc.cpp.
Constructor & Destructor Documentation
template<class S >
Gecode::FlatZinc::FZPrintingInspector< S >::FZPrintingInspector | ( | const Printer & | p0 | ) | [inline] |
Constructor.
Definition at line 1606 of file flatzinc.cpp.
Member Function Documentation
template<class S >
void Gecode::FlatZinc::FZPrintingInspector< S >::inspect | ( | const Space & | node | ) | [inline, virtual] |
Use the print method of the template class S to print a space.
Implements Gecode::Gist::Inspector.
Definition at line 1611 of file flatzinc.cpp.
template<class S >
void Gecode::FlatZinc::FZPrintingInspector< S >::finalize | ( | void | ) | [inline, virtual] |
Finalize when Gist exits.
Reimplemented from Gecode::Gist::Inspector.
Definition at line 1619 of file flatzinc.cpp.
The documentation for this class was generated from the following file:
- gecode/flatzinc/flatzinc.cpp (Revision: 15623)