Generated on Tue Sep 25 2012 20:53:27 for Gecode by doxygen 1.7.5
Gecode::Gist::Print Class 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

An inspector for printing simple text output.


Constructor & Destructor Documentation

Gecode::Gist::Print::Print ( const std::string &  name)

Constructor.

Definition at line 129 of file gist.hpp.


Member Function Documentation

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

std::string Gecode::Gist::Print::name ( void  ) [virtual]

Return name.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 144 of file gist.hpp.

void Gecode::Gist::Print::finalize ( void  ) [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: