Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Gist::TextOutput Class Reference

An window for simple text output. More...

#include <gist.hh>

Public Member Functions

 TextOutput (const std::string &name)
 Constructor. More...
 
void finalize (void)
 Clean up when Gist exits. More...
 
virtual ~TextOutput (void)
 Destructor. More...
 
virtual std::string name (void)
 Name of the inspector. More...
 

Protected Member Functions

void init (void)
 Initialize the implementation object. More...
 
std::ostream & getStream (void)
 Get the stream that is used to output text. More...
 
void flush (void)
 Flush stream. More...
 
void addHtml (const char *s)
 Add html text s to the output. More...
 

Detailed Description

An window for simple text output.

Definition at line 164 of file gist.hh.

Constructor & Destructor Documentation

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.

Member Function Documentation

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  )

Clean up when Gist exits.

Definition at line 67 of file gist.cpp.

std::string Gecode::Gist::TextOutput::name ( void  )
virtual

Name of the inspector.

Reimplemented in Gecode::Gist::VarComparator< S >, and Gecode::Gist::Print< S >.

Definition at line 77 of file gist.cpp.


The documentation for this class was generated from the following files: