#include <Teuchos_TableEntry.hpp>
Inheritance diagram for Teuchos::DoubleEntry:

Public Member Functions | |
| DoubleEntry (const double &value, int precision) | |
| Construct with a value and a precision. | |
| virtual string | toString () const |
| Write the specified entry to a string. | |
Definition at line 83 of file Teuchos_TableEntry.hpp.
|
||||||||||||
|
Construct with a value and a precision.
Definition at line 45 of file Teuchos_TableEntry.cpp. |
|
|
Write the specified entry to a string.
Implements Teuchos::TableEntry. Definition at line 49 of file Teuchos_TableEntry.cpp. |
1.3.9.1