Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::Gist::Print< S > Class Template Reference

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

#include <gist.hh>

List of all members.

Public Member Functions

 Print (const std::string &name)
 Constructor.
virtual void inspect (const Space &node)
 Use the print method of the template class S to print a space.
virtual std::string name (void)
 Return name.
virtual void finalize (void)
 Clean up when Gist exits.

Detailed Description

template<class S>
class Gecode::Gist::Print< S >

An inspector for printing simple text output.

Definition at line 185 of file gist.hh.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 129 of file gist.hpp.


Member Function Documentation

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

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

Return name.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 144 of file gist.hpp.

template<class S >
void Gecode::Gist::Print< S >::finalize ( void   )  [inline, virtual]

Clean up when Gist exits.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 150 of file gist.hpp.


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