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. | |
virtual void | inspect (const Space &node) |
Use the print method of the template class S to print a space. |
Detailed Description
template<class S>
class Gecode::Gist::Print< S >
An inspector for printing simple text output.
Definition at line 137 of file gist.hh.
Constructor & Destructor Documentation
template<class S >
Gecode::Gist::Print< S >::Print | ( | const std::string & | name | ) | [inline] |
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.
The documentation for this class was generated from the following files:
- gecode/gist.hh (Revision: 9692)
- gecode/gist/gist.hpp (Revision: 9692)