|
Teuchos - Trilinos Tools Package
Version of the Day
|
An entry containing two subentries, with the second to be written in parentheses after the first. For example,. More...
#include <Teuchos_TableEntry.hpp>
Public Member Functions | |
| virtual std::string | toString () const |
| Write the specified entry to a std::string. | |
An entry containing two subentries, with the second to be written in parentheses after the first. For example,.
1.23(456)
The two subentries can be any type of data, each represented with a TableEntry derived type.
Definition at line 154 of file Teuchos_TableEntry.hpp.
| std::string CompoundEntryWithParentheses::toString | ( | ) | const [virtual] |
Write the specified entry to a std::string.
Implements Teuchos::TableEntry.
Definition at line 113 of file Teuchos_TableEntry.cpp.
1.7.6.1