Generated on Mon Nov 30 23:53:48 2009 for Gecode by doxygen 1.6.1

Gecode::Gist::Options::_I Class Reference

Helper class storing inspectors. More...

#include <gist.hh>

List of all members.

Public Member Functions

 _I (void)
 Constructor.
void click (Inspector *i)
 Add inspector that reacts on node double clicks.
void solution (Inspector *i)
 Add inspector that reacts on each new solution that is found.
Inspectorclick (unsigned int i) const
 Return click inspector number i, or NULL if it does not exist.
Inspectorsolution (unsigned int i) const
 Return solution inspector number i, or NULL if it does not exist.

Detailed Description

Helper class storing inspectors.

Definition at line 155 of file gist.hh.


Constructor & Destructor Documentation

Gecode::Gist::Options::_I::_I ( void   )  [inline]

Constructor.

Definition at line 57 of file gist.hpp.


Member Function Documentation

void Gecode::Gist::Options::_I::click ( Inspector i  )  [inline]

Add inspector that reacts on node double clicks.

Definition at line 61 of file gist.hpp.

void Gecode::Gist::Options::_I::solution ( Inspector i  )  [inline]

Add inspector that reacts on each new solution that is found.

Definition at line 65 of file gist.hpp.

Inspector * Gecode::Gist::Options::_I::click ( unsigned int  i  )  const [inline]

Return click inspector number i, or NULL if it does not exist.

Definition at line 69 of file gist.hpp.

Inspector * Gecode::Gist::Options::_I::solution ( unsigned int  i  )  const [inline]

Return solution inspector number i, or NULL if it does not exist.

Definition at line 73 of file gist.hpp.


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