#include <Teuchos_TableEntry.hpp>


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.
| CompoundEntryWithParentheses::CompoundEntryWithParentheses | ( | const RCP< TableEntry > & | first, | |
| const RCP< TableEntry > & | second, | |||
| bool | spaceBeforeParens = true | |||
| ) |
Definition at line 91 of file Teuchos_TableEntry.cpp.
| 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.5.9