|
Teuchos Package Browser (Single Doxygen Collection)
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. | |
Private Attributes | |
| double | data_ |
| int | precision_ |
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.
double Teuchos::DoubleEntry::data_ [private] |
Definition at line 107 of file Teuchos_TableEntry.hpp.
int Teuchos::DoubleEntry::precision_ [private] |
Definition at line 108 of file Teuchos_TableEntry.hpp.
1.7.6.1