Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Gist::Print< S > Class Template Reference

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

#include <gist.hh>

Public Member Functions

 Print (const std::string &name)
 Constructor. More...
 
virtual void inspect (const Space &node)
 Use the print method of the template class S to print a space. More...
 
virtual std::string name (void)
 Return name. More...
 
virtual void finalize (void)
 Clean up 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...
 
- Public Member Functions inherited from Gecode::Gist::Inspector
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::Gist::Print< S >

An inspector for printing simple text output.

Definition at line 192 of file gist.hh.

Constructor & Destructor Documentation

template<class S >
Gecode::Gist::Print< S >::Print ( const std::string &  name)

Constructor.

Definition at line 140 of file gist.hpp.

Member Function Documentation

template<class S >
void Gecode::Gist::Print< 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 145 of file gist.hpp.

template<class S >
std::string Gecode::Gist::Print< S >::name ( void  )
virtual

Return name.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 155 of file gist.hpp.

template<class S >
void Gecode::Gist::Print< S >::finalize ( void  )
virtual

Clean up when Gist exits.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 161 of file gist.hpp.


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