| 
    Teuchos - Trilinos Tools Package
    Version of the Day
    
   | 
 
#include <Teuchos_TableColumn.hpp>
Public Member Functions | |
| TableColumn () | |
| Empty ctor.  More... | |
| TableColumn (const Array< std::string > &vals) | |
| Form a column of std::string entries.  More... | |
| TableColumn (const Array< double > &vals, int precision, const std::ios_base::fmtflags &flags) | |
| Form a column of double entries.  More... | |
| TableColumn (const Array< double > &first, const Array< double > &second, int precision, const std::ios_base::fmtflags &flags, bool spaceBeforeParentheses) | |
| Form a column of compound entries written as "first(second)".  More... | |
KL 30 Apr 2006 – initial design.
Definition at line 29 of file Teuchos_TableColumn.hpp.
      
  | 
  inline | 
Empty ctor.
Definition at line 33 of file Teuchos_TableColumn.hpp.
| TableColumn::TableColumn | ( | const Array< std::string > & | vals | ) | 
Form a column of std::string entries.
Definition at line 15 of file Teuchos_TableColumn.cpp.
| TableColumn::TableColumn | ( | const Array< double > & | vals, | 
| int | precision, | ||
| const std::ios_base::fmtflags & | flags | ||
| ) | 
Form a column of double entries.
Definition at line 25 of file Teuchos_TableColumn.cpp.
| TableColumn::TableColumn | ( | const Array< double > & | first, | 
| const Array< double > & | second, | ||
| int | precision, | ||
| const std::ios_base::fmtflags & | flags, | ||
| bool | spaceBeforeParentheses | ||
| ) | 
Form a column of compound entries written as "first(second)".
Definition at line 37 of file Teuchos_TableColumn.cpp.
 1.8.5