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