Gecode::Gist::Options::_I Class Reference
Helper class storing inspectors. More...
#include <gist.hh>
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. | |
| Inspector * | click (unsigned int i) const |
| Return click inspector number i, or NULL if it does not exist. | |
| Inspector * | solution (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] |
Member Function Documentation
| void Gecode::Gist::Options::_I::click | ( | Inspector * | i | ) | [inline] |
| void Gecode::Gist::Options::_I::solution | ( | Inspector * | i | ) | [inline] |
| Inspector * Gecode::Gist::Options::_I::click | ( | unsigned int | i | ) | const [inline] |
| Inspector * Gecode::Gist::Options::_I::solution | ( | unsigned int | i | ) | const [inline] |
The documentation for this class was generated from the following files:
- gecode/gist.hh (Revision: 9052)
- gecode/gist/gist.hpp (Revision: 9052)
