Generated on Thu Apr 11 13:59:50 2019 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::FZPrintingInspector< S > Class Template Reference

An inspector for printing simple text output. More...

List of all members.

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 1667 of file flatzinc.cpp.


Constructor & Destructor Documentation

template<class S >
Gecode::FlatZinc::FZPrintingInspector< S >::FZPrintingInspector ( const Printer p0  )  [inline]

Constructor.

Definition at line 1681 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 1686 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 1694 of file flatzinc.cpp.


The documentation for this class was generated from the following file: