Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Base class for representing compound entries in a printed table of data. "Compound" means that each entry may be some aggregation of more than one item, for example a timer together with a number of calls, or a value together with its estimated measurement error. More...
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_Array.hpp"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | Teuchos::TableEntry |
An entry, perhaps compound, to be written into a table. More... | |
class | Teuchos::DoubleEntry |
A table entry that is a simple double-precision number. More... | |
class | Teuchos::IntEntry |
A table entry that is a simple integer. More... | |
class | Teuchos::StringEntry |
A table entry that is a simple std::string. More... | |
class | Teuchos::CompoundEntryWithParentheses |
An entry containing two subentries, with the second to be written in parentheses after the first. For example,. More... | |
Namespaces | |
Teuchos | |
Base class for representing compound entries in a printed table of data. "Compound" means that each entry may be some aggregation of more than one item, for example a timer together with a number of calls, or a value together with its estimated measurement error.
Definition in file Teuchos_TableEntry.hpp.