|
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 & | showDefault (bool _showDefault) |
| PrintOptions & | incrIndent (int indents) |
| int | indent () const |
| bool | showTypes () const |
| bool | showFlags () const |
| bool | showDoc () const |
| bool | showDefault () const |
| PrintOptions | copy () const |
Private Attributes | |
| int | indent_ |
| bool | showTypes_ |
| bool | showFlags_ |
| bool | showDoc_ |
| bool | showDefault_ |
Utility class for setting and passing in print options.
Definition at line 150 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 152 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 153 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 154 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 155 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 156 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 157 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 158 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 159 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 160 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 161 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 162 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 163 of file Teuchos_ParameterList.hpp.
|
inline |
Definition at line 164 of file Teuchos_ParameterList.hpp.
|
private |
Definition at line 166 of file Teuchos_ParameterList.hpp.
|
private |
Definition at line 167 of file Teuchos_ParameterList.hpp.
|
private |
Definition at line 168 of file Teuchos_ParameterList.hpp.
|
private |
Definition at line 169 of file Teuchos_ParameterList.hpp.
|
private |
Definition at line 170 of file Teuchos_ParameterList.hpp.