#include <resultsTable.hh>
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. | |
Organizes the results in the hashes from InOutParameters in a nice table.
Definition at line 23 of file resultsTable.hh.
Types of maps in InOutParameters.
Definition at line 33 of file resultsTable.hh.
| enum concepts::ResultsTable::tableTypes |
Definition at line 25 of file resultsTable.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.