42#ifndef TEUCHOS_TABLEENTRY_H
43#define TEUCHOS_TABLEENTRY_H
102 DoubleEntry(
const double& value,
int precision,
const std::ios_base::fmtflags& flags);
105 virtual std::string
toString()
const ;
110 std::ios_base::fmtflags fmtflags_;
121 IntEntry(
int value,
const std::ios_base::fmtflags& flags);
124 virtual std::string
toString()
const ;
128 std::ios_base::fmtflags fmtflags_;
142 virtual std::string
toString()
const ;
163 bool spaceBeforeParens=
true);
166 virtual std::string
toString()
const ;
171 bool spaceBeforeParens_;
Templated array class derived from the STL std::vector.
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Reference-counted pointer class and non-member templated function implementations.
An entry containing two subentries, with the second to be written in parentheses after the first....
virtual std::string toString() const
Write the specified entry to a std::string.
A table entry that is a simple double-precision number.
virtual std::string toString() const
Write the specified entry to a std::string.
A table entry that is a simple integer.
virtual std::string toString() const
Write the specified entry to a std::string.
Smart reference counting pointer class for automatic garbage collection.
A table entry that is a simple std::string.
virtual std::string toString() const
Write the specified entry to a std::string.
An entry, perhaps compound, to be written into a table.
virtual ~TableEntry()
virtual dtor
virtual std::string toString() const =0
Return a std::string representation of this entry.
virtual std::string toChoppedString(int maxWidth) const
Return a std::string representation of this entry, truncated if necessary to fit within the given col...
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...