Generated on Mon Nov 30 23:53:48 2009 for Gecode by doxygen 1.6.1

Gecode::Gist::TextInspector Class Reference

An inspector base class for simple text output. More...

#include <gist.hh>

List of all members.

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  ) 

Constructor.

Definition at line 54 of file gist.cpp.

Gecode::Gist::TextInspector::~TextInspector ( void   )  [virtual]

Destructor.

Definition at line 63 of file gist.cpp.


Member Function Documentation

void Gecode::Gist::TextInspector::init ( void   )  [protected]

Initialize the implementation object.

Definition at line 71 of file gist.cpp.

std::ostream & Gecode::Gist::TextInspector::getStream ( void   )  [protected]

Get the stream that is used to output text.

Definition at line 79 of file gist.cpp.

void Gecode::Gist::TextInspector::addHtml ( const char *  s  )  [protected]

Add html text s to the output.

Definition at line 84 of file gist.cpp.

void Gecode::Gist::TextInspector::finalize ( void   )  [virtual]

Clean up when Gist exits.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 58 of file gist.cpp.

std::string Gecode::Gist::TextInspector::name ( void   )  [virtual]

Name of the inspector.

Reimplemented from Gecode::Gist::Inspector.

Definition at line 68 of file gist.cpp.


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