|
Teuchos - Trilinos Tools Package
Version of the Day
|
A table entry that is a simple double-precision number. More...
#include <Teuchos_TableEntry.hpp>
Public Member Functions | |
| 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.
Definition at line 96 of file Teuchos_TableEntry.hpp.
| DoubleEntry::DoubleEntry | ( | const double & | value, |
| int | precision | ||
| ) |
Construct with a value and a precision.
Definition at line 58 of file Teuchos_TableEntry.cpp.
| std::string DoubleEntry::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 62 of file Teuchos_TableEntry.cpp.
1.7.6.1