|
Teuchos - Trilinos Tools Package Version of the Day
|
A table entry that is a simple integer. More...
#include <Teuchos_TableEntry.hpp>
Public Member Functions | |
| IntEntry (int value, const std::ios_base::fmtflags &flags) | |
| Construct with a value. | |
| virtual std::string | toString () const |
| Write the specified entry to a std::string. | |
Public Member Functions inherited from Teuchos::TableEntry | |
| TableEntry () | |
| Empty ctor. | |
| virtual | ~TableEntry () |
| virtual dtor | |
| 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. | |
A table entry that is a simple integer.
Definition at line 85 of file Teuchos_TableEntry.hpp.
Construct with a value.
Definition at line 42 of file Teuchos_TableEntry.cpp.
|
virtual |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 46 of file Teuchos_TableEntry.cpp.