42#ifndef TEUCHOS_TABLEFORMAT_H
43#define TEUCHOS_TABLEFORMAT_H
120 std::string
blanks(
int size)
const ;
135 {columnWidths_ = colWidths;}
164 const std::string& tableTitle,
171 int defaultColumnWidth()
const {
return 20;}
175 mutable int pageWidth_;
180 Array<int> columnWidths_;
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
A column of TableEntry objects.
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...