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