Generated on Thu Mar 16 2017 03:24:29 for Gecode by doxygen 1.8.13
Gecode::FlatZinc::FZPrintingInspector< S > Class Template Reference

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

Public Member Functions

 FZPrintingInspector (const Printer &p0)
 Constructor. More...
 
virtual void inspect (const Space &node)
 Use the print method of the template class S to print a space. More...
 
virtual void finalize (void)
 Finalize when Gist exits. More...
 
- Public Member Functions inherited from Gecode::Gist::TextOutput
 TextOutput (const std::string &name)
 Constructor. More...
 
void finalize (void)
 Clean up when Gist exits. More...
 
virtual ~TextOutput (void)
 Destructor. More...
 
virtual std::string name (void)
 Name of the inspector. More...
 
- Public Member Functions inherited from Gecode::Gist::Inspector
virtual std::string name (void)
 Name of the inspector. More...
 
virtual ~Inspector (void)
 Destructor. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Gecode::Gist::TextOutput
void init (void)
 Initialize the implementation object. More...
 
std::ostream & getStream (void)
 Get the stream that is used to output text. More...
 
void flush (void)
 Flush stream. More...
 
void addHtml (const char *s)
 Add html text s to the output. More...
 

Detailed Description

template<class S>
class Gecode::FlatZinc::FZPrintingInspector< S >

An inspector for printing simple text output.

Definition at line 1485 of file flatzinc.cpp.

Constructor & Destructor Documentation

◆ FZPrintingInspector()

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

Constructor.

Definition at line 1499 of file flatzinc.cpp.

Member Function Documentation

◆ inspect()

template<class S >
void Gecode::FlatZinc::FZPrintingInspector< S >::inspect ( const Space node)
virtual

Use the print method of the template class S to print a space.

Implements Gecode::Gist::Inspector.

Definition at line 1504 of file flatzinc.cpp.

◆ finalize()

template<class S >
void Gecode::FlatZinc::FZPrintingInspector< S >::finalize ( void  )
virtual

Finalize when Gist exits.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 1512 of file flatzinc.cpp.


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