#include <Teuchos_TableEntry.hpp>
Inheritance diagram for Teuchos::CompoundEntryWithParentheses:

Public Member Functions | |
| CompoundEntryWithParentheses (const RCP< TableEntry > &first, const RCP< TableEntry > &second, bool spaceBeforeParens=true) | |
| virtual std::string | toString () const |
| Write the specified entry to a std::string. | |
1.23(456)
Definition at line 141 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 100 of file Teuchos_TableEntry.cpp.
1.4.7