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

Public Member Functions | |
| TableEntry () | |
| Empty ctor. | |
| virtual | ~TableEntry () |
| virtual dtor | |
| virtual string | toString () const =0 |
| Return a string representation of this entry. | |
| virtual string | toChoppedString (int maxWidth) const |
| Return a string representation of this entry, truncated if necessary to fit within the given column width. | |
KL 30 Apr 2006 -- initial design. Can you say overengineering?? The complexity is to support a nice interface for pair entries such as time/numCalls.
Definition at line 55 of file Teuchos_TableEntry.hpp.
|
|
Empty ctor.
Definition at line 59 of file Teuchos_TableEntry.hpp. |
|
|
virtual dtor
Definition at line 62 of file Teuchos_TableEntry.hpp. |
|
|
Return a string representation of this entry.
Implemented in Teuchos::DoubleEntry, Teuchos::IntEntry, Teuchos::StringEntry, and Teuchos::CompoundEntryWithParentheses. |
|
|
Return a string representation of this entry, truncated if necessary to fit within the given column width.
Definition at line 36 of file Teuchos_TableEntry.cpp. |
1.3.9.1