|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Utility class for setting and passing in print options. More...
#include <Teuchos_ParameterList.hpp>
Public Member Functions | |
| PrintOptions () | |
| PrintOptions & | indent (int _indent) |
| PrintOptions & | showTypes (bool _showTypes) |
| PrintOptions & | showFlags (bool _showFlags) |
| PrintOptions & | showDoc (bool _showDoc) |
| PrintOptions & | incrIndent (int indents) |
| int | indent () const |
| bool | showTypes () const |
| bool | showFlags () const |
| bool | showDoc () const |
| PrintOptions | copy () const |
Private Attributes | |
| int | indent_ |
| bool | showTypes_ |
| bool | showFlags_ |
| bool | showDoc_ |
Utility class for setting and passing in print options.
Definition at line 119 of file Teuchos_ParameterList.hpp.
| Teuchos::ParameterList::PrintOptions::PrintOptions | ( | ) | [inline] |
Definition at line 121 of file Teuchos_ParameterList.hpp.
| PrintOptions& Teuchos::ParameterList::PrintOptions::indent | ( | int | _indent | ) | [inline] |
Definition at line 122 of file Teuchos_ParameterList.hpp.
| PrintOptions& Teuchos::ParameterList::PrintOptions::showTypes | ( | bool | _showTypes | ) | [inline] |
Definition at line 123 of file Teuchos_ParameterList.hpp.
| PrintOptions& Teuchos::ParameterList::PrintOptions::showFlags | ( | bool | _showFlags | ) | [inline] |
Definition at line 124 of file Teuchos_ParameterList.hpp.
| PrintOptions& Teuchos::ParameterList::PrintOptions::showDoc | ( | bool | _showDoc | ) | [inline] |
Definition at line 125 of file Teuchos_ParameterList.hpp.
| PrintOptions& Teuchos::ParameterList::PrintOptions::incrIndent | ( | int | indents | ) | [inline] |
Definition at line 126 of file Teuchos_ParameterList.hpp.
| int Teuchos::ParameterList::PrintOptions::indent | ( | ) | const [inline] |
Definition at line 127 of file Teuchos_ParameterList.hpp.
| bool Teuchos::ParameterList::PrintOptions::showTypes | ( | ) | const [inline] |
Definition at line 128 of file Teuchos_ParameterList.hpp.
| bool Teuchos::ParameterList::PrintOptions::showFlags | ( | ) | const [inline] |
Definition at line 129 of file Teuchos_ParameterList.hpp.
| bool Teuchos::ParameterList::PrintOptions::showDoc | ( | ) | const [inline] |
Definition at line 130 of file Teuchos_ParameterList.hpp.
| PrintOptions Teuchos::ParameterList::PrintOptions::copy | ( | ) | const [inline] |
Definition at line 131 of file Teuchos_ParameterList.hpp.
int Teuchos::ParameterList::PrintOptions::indent_ [private] |
Definition at line 133 of file Teuchos_ParameterList.hpp.
bool Teuchos::ParameterList::PrintOptions::showTypes_ [private] |
Definition at line 134 of file Teuchos_ParameterList.hpp.
bool Teuchos::ParameterList::PrintOptions::showFlags_ [private] |
Definition at line 135 of file Teuchos_ParameterList.hpp.
bool Teuchos::ParameterList::PrintOptions::showDoc_ [private] |
Definition at line 136 of file Teuchos_ParameterList.hpp.
1.7.6.1