#include <Teuchos_TableColumn.hpp>
Public Member Functions | |
| TableColumn () | |
| Empty ctor. | |
| TableColumn (const Array< string > &vals) | |
| Form a column of 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)". | |
Definition at line 46 of file Teuchos_TableColumn.hpp.
|
|
Empty ctor.
Definition at line 50 of file Teuchos_TableColumn.hpp. |
|
|
Form a column of string entries.
Definition at line 34 of file Teuchos_TableColumn.cpp. |
|
||||||||||||
|
Form a column of double entries.
Definition at line 44 of file Teuchos_TableColumn.cpp. |
|
||||||||||||||||||||
|
Form a column of compound entries written as "first(second)".
Definition at line 55 of file Teuchos_TableColumn.cpp. |
1.3.9.1