10#ifndef TEUCHOS_TABLEFORMAT_H
11#define TEUCHOS_TABLEFORMAT_H
88 std::string
blanks(
int size)
const ;
139 int defaultColumnWidth()
const {
return 20;}
143 mutable int pageWidth_;
148 Array<int> columnWidths_;
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
A column of TableEntry objects.
Replacement for std::vector that is compatible with the Teuchos Memory Management classes.
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...