An window for simple text output.
More...
#include <gist.hh>
An window for simple text output.
Definition at line 164 of file gist.hh.
Gecode::Gist::TextOutput::TextOutput |
( |
const std::string & |
name | ) |
|
Constructor.
Definition at line 63 of file gist.cpp.
Gecode::Gist::TextOutput::~TextOutput |
( |
void |
| ) |
|
|
virtual |
Destructor.
Definition at line 72 of file gist.cpp.
void Gecode::Gist::TextOutput::init |
( |
void |
| ) |
|
|
protected |
Initialize the implementation object.
Definition at line 80 of file gist.cpp.
std::ostream & Gecode::Gist::TextOutput::getStream |
( |
void |
| ) |
|
|
protected |
Get the stream that is used to output text.
Definition at line 88 of file gist.cpp.
void Gecode::Gist::TextOutput::flush |
( |
void |
| ) |
|
|
protected |
Flush stream.
Definition at line 93 of file gist.cpp.
void Gecode::Gist::TextOutput::addHtml |
( |
const char * |
s | ) |
|
|
protected |
Add html text s to the output.
Definition at line 98 of file gist.cpp.
void Gecode::Gist::TextOutput::finalize |
( |
void |
| ) |
|
std::string Gecode::Gist::TextOutput::name |
( |
void |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: