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 64 of file gist.cpp.
Gecode::Gist::TextOutput::~TextOutput |
( |
void |
| ) |
|
|
virtual |
Destructor.
Definition at line 73 of file gist.cpp.
void Gecode::Gist::TextOutput::init |
( |
void |
| ) |
|
|
protected |
Initialize the implementation object.
Definition at line 81 of file gist.cpp.
std::ostream & Gecode::Gist::TextOutput::getStream |
( |
void |
| ) |
|
|
protected |
Get the stream that is used to output text.
Definition at line 89 of file gist.cpp.
void Gecode::Gist::TextOutput::flush |
( |
void |
| ) |
|
|
protected |
Flush stream.
Definition at line 94 of file gist.cpp.
void Gecode::Gist::TextOutput::addHtml |
( |
const char * |
s | ) |
|
|
protected |
Add html text s to the output.
Definition at line 99 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: