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