|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A table entry that is a simple std::string. More...
#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. | |
Private Attributes | |
| std::string | data_ |
A table entry that is a simple std::string.
Definition at line 132 of file Teuchos_TableEntry.hpp.
| StringEntry::StringEntry | ( | std::string | value | ) |
Construct with a value.
Definition at line 88 of file Teuchos_TableEntry.cpp.
| std::string StringEntry::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 92 of file Teuchos_TableEntry.cpp.
std::string Teuchos::StringEntry::data_ [private] |
Definition at line 142 of file Teuchos_TableEntry.hpp.
1.7.6.1