|
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, const std::ios_base::fmtflags &flags) | |
| Construct with a value and a precision. More... | |
| virtual std::string | toString () const |
| Write the specified entry to a std::string. More... | |
Public Member Functions inherited from Teuchos::TableEntry | |
| TableEntry () | |
| Empty ctor. More... | |
| virtual | ~TableEntry () |
| virtual dtor More... | |
| virtual std::string | toChoppedString (int maxWidth) const |
| Return a std::string representation of this entry, truncated if necessary to fit within the given column width. More... | |
Private Attributes | |
| double | data_ |
| int | precision_ |
| std::ios_base::fmtflags | fmtflags_ |
A table entry that is a simple double-precision number.
Definition at line 65 of file Teuchos_TableEntry.hpp.
| DoubleEntry::DoubleEntry | ( | const double & | value, |
| int | precision, | ||
| const std::ios_base::fmtflags & | flags | ||
| ) |
Construct with a value and a precision.
Definition at line 26 of file Teuchos_TableEntry.cpp.
|
virtual |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 30 of file Teuchos_TableEntry.cpp.
|
private |
Definition at line 76 of file Teuchos_TableEntry.hpp.
|
private |
Definition at line 77 of file Teuchos_TableEntry.hpp.
|
private |
Definition at line 78 of file Teuchos_TableEntry.hpp.
1.8.5