|
Teuchos Package Browser (Single Doxygen Collection)
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 | |
| 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. | |
Private Attributes | |
| RCP< TableEntry > | first_ |
| RCP< TableEntry > | second_ |
| bool | spaceBeforeParens_ |
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.
| CompoundEntryWithParentheses::CompoundEntryWithParentheses | ( | const RCP< TableEntry > & | first, |
| const RCP< TableEntry > & | second, | ||
| bool | spaceBeforeParens = true |
||
| ) |
Definition at line 104 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 113 of file Teuchos_TableEntry.cpp.
Definition at line 166 of file Teuchos_TableEntry.hpp.
Definition at line 167 of file Teuchos_TableEntry.hpp.
bool Teuchos::CompoundEntryWithParentheses::spaceBeforeParens_ [private] |
Definition at line 168 of file Teuchos_TableEntry.hpp.
1.7.6.1