Gecode::Gist::TextInspector Class Reference
An inspector base class for simple text output. More...
#include <gist.hh>
Public Member Functions | |
| TextInspector (const std::string &name) | |
| Constructor. | |
| virtual void | finalize (void) |
| Clean up when Gist exits. | |
| virtual | ~TextInspector (void) |
| Destructor. | |
| virtual std::string | name (void) |
| Name of the inspector. | |
Protected Member Functions | |
| void | init (void) |
| Initialize the implementation object. | |
| std::ostream & | getStream (void) |
| Get the stream that is used to output text. | |
| void | addHtml (const char *s) |
| Add html text s to the output. | |
Detailed Description
An inspector base class for simple text output.
Definition at line 111 of file gist.hh.
Constructor & Destructor Documentation
| Gecode::Gist::TextInspector::TextInspector | ( | const std::string & | name | ) |
| Gecode::Gist::TextInspector::~TextInspector | ( | void | ) | [virtual] |
Member Function Documentation
| void Gecode::Gist::TextInspector::init | ( | void | ) | [protected] |
| std::ostream & Gecode::Gist::TextInspector::getStream | ( | void | ) | [protected] |
| void Gecode::Gist::TextInspector::addHtml | ( | const char * | s | ) | [protected] |
| void Gecode::Gist::TextInspector::finalize | ( | void | ) | [virtual] |
Clean up when Gist exits.
Reimplemented from Gecode::Gist::Inspector.
| std::string Gecode::Gist::TextInspector::name | ( | void | ) | [virtual] |
Name of the inspector.
Reimplemented from Gecode::Gist::Inspector.
The documentation for this class was generated from the following files:
- gecode/gist.hh (Revision: 9692)
- gecode/gist/gist.cpp (Revision: 9052)
