|
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) | |
| Construct with a value. | |
| virtual std::string | toString () const |
| Write the specified entry to a std::string. | |
A table entry that is a simple integer.
Definition at line 115 of file Teuchos_TableEntry.hpp.
| IntEntry::IntEntry | ( | int | value | ) |
Construct with a value.
Definition at line 73 of file Teuchos_TableEntry.cpp.
| std::string IntEntry::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 77 of file Teuchos_TableEntry.cpp.
1.7.6.1