Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_SetScientific.hpp>
Public Types | |
typedef Scalar | scalar_type |
Public Member Functions | |
SetScientific (std::ostream &out, int prec=-1) | |
~SetScientific () | |
Static Public Member Functions | |
static int | getDefaultPrecision () |
Private Attributes | |
std::ostream & | out_ |
The output stream to which to apply flags. More... | |
std::ios_base::fmtflags | originalFlags_ |
The output stream's original flags. More... | |
std::streamsize | originalPrecision_ |
The output stream's original precision. More... | |
Definition at line 50 of file Teuchos_SetScientific.hpp.
typedef Scalar Teuchos::SetScientific< Scalar, true >::scalar_type |
Definition at line 52 of file Teuchos_SetScientific.hpp.
|
inline |
Definition at line 54 of file Teuchos_SetScientific.hpp.
|
inline |
Definition at line 103 of file Teuchos_SetScientific.hpp.
|
inlinestatic |
Definition at line 69 of file Teuchos_SetScientific.hpp.
|
private |
The output stream to which to apply flags.
Definition at line 109 of file Teuchos_SetScientific.hpp.
|
private |
The output stream's original flags.
Definition at line 112 of file Teuchos_SetScientific.hpp.
|
private |
The output stream's original precision.
Definition at line 115 of file Teuchos_SetScientific.hpp.