#include <Teuchos_TableColumn.hpp>
Public Member Functions | |
TableColumn () | |
Empty ctor. | |
TableColumn (const Array< std::string > &vals) | |
Form a column of std::string entries. | |
TableColumn (const Array< double > &vals, int precision) | |
Form a column of double entries. | |
TableColumn (const Array< double > &first, const Array< double > &second, int precision, bool spaceBeforeParentheses) | |
Form a column of compound entries written as "first(second)". | |
int | numRows () const |
void | addEntry (const RCP< TableEntry > &entry) |
const RCP< TableEntry > & | entry (int i) const |
Definition at line 46 of file Teuchos_TableColumn.hpp.
Teuchos::TableColumn::TableColumn | ( | ) | [inline] |
TableColumn::TableColumn | ( | const Array< std::string > & | vals | ) |
TableColumn::TableColumn | ( | const Array< double > & | vals, | |
int | precision | |||
) |
TableColumn::TableColumn | ( | const Array< double > & | first, | |
const Array< double > & | second, | |||
int | precision, | |||
bool | spaceBeforeParentheses | |||
) |
Form a column of compound entries written as "first(second)".
Definition at line 55 of file Teuchos_TableColumn.cpp.
void TableColumn::addEntry | ( | const RCP< TableEntry > & | entry | ) |
Definition at line 71 of file Teuchos_TableColumn.cpp.
const RCP<TableEntry>& Teuchos::TableColumn::entry | ( | int | i | ) | const [inline] |
Definition at line 70 of file Teuchos_TableColumn.hpp.
int Teuchos::TableColumn::numRows | ( | ) | const [inline] |
Definition at line 64 of file Teuchos_TableColumn.hpp.