Utility class for setting and passing in print options.
More...
#include <Teuchos_ParameterList.hpp>
Utility class for setting and passing in print options.
Definition at line 149 of file Teuchos_ParameterList.hpp.
◆ PrintOptions()
Teuchos::ParameterList::PrintOptions::PrintOptions |
( |
| ) |
|
|
inline |
◆ indent() [1/2]
PrintOptions& Teuchos::ParameterList::PrintOptions::indent |
( |
int |
_indent | ) |
|
|
inline |
◆ showTypes() [1/2]
PrintOptions& Teuchos::ParameterList::PrintOptions::showTypes |
( |
bool |
_showTypes | ) |
|
|
inline |
◆ showFlags() [1/2]
PrintOptions& Teuchos::ParameterList::PrintOptions::showFlags |
( |
bool |
_showFlags | ) |
|
|
inline |
◆ showDoc() [1/2]
PrintOptions& Teuchos::ParameterList::PrintOptions::showDoc |
( |
bool |
_showDoc | ) |
|
|
inline |
◆ incrIndent()
PrintOptions& Teuchos::ParameterList::PrintOptions::incrIndent |
( |
int |
indents | ) |
|
|
inline |
◆ indent() [2/2]
int Teuchos::ParameterList::PrintOptions::indent |
( |
| ) |
const |
|
inline |
◆ showTypes() [2/2]
bool Teuchos::ParameterList::PrintOptions::showTypes |
( |
| ) |
const |
|
inline |
◆ showFlags() [2/2]
bool Teuchos::ParameterList::PrintOptions::showFlags |
( |
| ) |
const |
|
inline |
◆ showDoc() [2/2]
bool Teuchos::ParameterList::PrintOptions::showDoc |
( |
| ) |
const |
|
inline |
◆ copy()
PrintOptions Teuchos::ParameterList::PrintOptions::copy |
( |
| ) |
const |
|
inline |
◆ indent_
int Teuchos::ParameterList::PrintOptions::indent_ |
|
private |
◆ showTypes_
bool Teuchos::ParameterList::PrintOptions::showTypes_ |
|
private |
◆ showFlags_
bool Teuchos::ParameterList::PrintOptions::showFlags_ |
|
private |
◆ showDoc_
bool Teuchos::ParameterList::PrintOptions::showDoc_ |
|
private |
The documentation for this class was generated from the following file: