Generated on Tue May 22 09:41:15 2018 for Gecode by doxygen 1.6.3

Gecode::Gist::Inspector Class Reference
[Gist: the Gecode Interactive Search Tool]

Abstract base class for inspectors. More...

#include <gist.hh>

List of all members.

Public Member Functions

virtual void inspect (const Space &s)=0
 Call-back function.
virtual std::string name (void)
 Name of the inspector.
virtual void finalize (void)
 Clean up when Gist exits.
virtual ~Inspector (void)
 Destructor.

Detailed Description

Abstract base class for inspectors.

An inspector provides a virtual method that is called when a node in the search tree is inspected (e.g. by double-clicking)

Definition at line 99 of file gist.hh.


Constructor & Destructor Documentation

Gecode::Gist::Inspector::~Inspector ( void   )  [virtual]

Destructor.

Definition at line 49 of file gist.cpp.


Member Function Documentation

virtual void Gecode::Gist::Inspector::inspect ( const Space s  )  [pure virtual]

Call-back function.

Implemented in Gecode::FlatZinc::FZPrintingInspector< S >, and Gecode::Gist::Print< S >.

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

Name of the inspector.

Reimplemented in Gecode::Gist::Print< S >.

Definition at line 44 of file gist.cpp.

void Gecode::Gist::Inspector::finalize ( void   )  [virtual]

Clean up when Gist exits.

Reimplemented in Gecode::FlatZinc::FZPrintingInspector< S >, and Gecode::Gist::Print< S >.

Definition at line 47 of file gist.cpp.


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