59 const std::ios_base::fmtflags& flags)
72 const std::ios_base::fmtflags& flags,
73 bool spaceBeforeParentheses)
76 std::ios_base::fmtflags fixedflags = flags;
77 fixedflags &= ~std::cout.scientific;
78 fixedflags &= ~std::cout.fixed;
85 spaceBeforeParentheses));
91 data_.append(entry_in);
A column of TableEntry objects.
Replacement for std::vector that is compatible with the Teuchos Memory Management classes.
Ordinal size_type
The type of Array sizes and capacities.
An entry containing two subentries, with the second to be written in parentheses after the first....
A table entry that is a simple double-precision number.
Smart reference counting pointer class for automatic garbage collection.
A table entry that is a simple std::string.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.