#include <Teuchos_TableEntry.hpp>
Public Member Functions | |
IntEntry (int value) | |
Construct with a value. | |
virtual std::string | toString () const |
Write the specified entry to a std::string. |
Definition at line 102 of file Teuchos_TableEntry.hpp.
IntEntry::IntEntry | ( | int | value | ) |
std::string IntEntry::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 64 of file Teuchos_TableEntry.cpp.