#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. |
Definition at line 83 of file Teuchos_TableEntry.hpp.
DoubleEntry::DoubleEntry | ( | const double & | value, | |
int | precision | |||
) |
std::string DoubleEntry::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 49 of file Teuchos_TableEntry.cpp.