Class documentation of Concepts

Loading...
Searching...
No Matches

#include <resultsTable.hh>

Inheritance diagram for concepts::ResultsTable:
concepts::OutputOperator

Classes

struct  tableDelimTraits
 

Public Types

enum  tableTypes { SCREEN , GNUPLOT , HTML }
 
enum  mapTypes { DOUBLE , STRING , INT , BOOL }
 Types of maps in InOutParameters. More...
 

Public Member Functions

 ResultsTable ()
 Constructor.
 
void addMap (enum mapTypes type, const char *name, const InOutParameters &holder)
 
template<enum tableTypes t>
void print (std::ostream &os) const
 
template<enum tableTypes t>
void print (std::ostream &os, enum mapTypes typeL, const char *nameL) const
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

Organizes the results in the hashes from InOutParameters in a nice table.

Author
Philipp Frauenfelder, 2002
Examples
hpFEM2d.cc, hpFEM3d-EV.cc, inputoutput.cc, linearDG1d.cc, and linearFEM1d.cc.

Definition at line 23 of file resultsTable.hh.

Member Enumeration Documentation

◆ mapTypes

Types of maps in InOutParameters.

Definition at line 33 of file resultsTable.hh.

◆ tableTypes

enum concepts::ResultsTable::tableTypes

Definition at line 25 of file resultsTable.hh.

Member Function Documentation

◆ info()

virtual std::ostream & concepts::ResultsTable::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.


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