Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
ParameterList::PrintOptions Class Reference

Utility class for setting and passing in print options. More...

#include <Teuchos_ParameterList.hpp>

Public Member Functions

 PrintOptions ()
PrintOptionsindent (int _indent)
int indent () const
PrintOptionsshowTypes (bool _showTypes)
bool showTypes () const
PrintOptionsshowFlags (bool _showFlags)
bool showFlags () const
PrintOptionsshowDoc (bool _showDoc)
bool showDoc () const
PrintOptionsshowDefault (bool _showDefault)
bool showDefault () const
PrintOptionsincrIndent (int indents)
PrintOptions copy () const

Private Attributes

int indent_
bool showTypes_
bool showFlags_
bool showDoc_
bool showDefault_

Detailed Description

Utility class for setting and passing in print options.

Definition at line 150 of file Teuchos_ParameterList.hpp.

Constructor & Destructor Documentation

◆ PrintOptions()

Member Function Documentation

◆ indent() [1/2]

Definition at line 153 of file Teuchos_ParameterList.hpp.

◆ indent() [2/2]

Definition at line 159 of file Teuchos_ParameterList.hpp.

◆ showTypes() [1/2]

Definition at line 154 of file Teuchos_ParameterList.hpp.

◆ showTypes() [2/2]

Definition at line 160 of file Teuchos_ParameterList.hpp.

◆ showFlags() [1/2]

Definition at line 155 of file Teuchos_ParameterList.hpp.

◆ showFlags() [2/2]

Definition at line 161 of file Teuchos_ParameterList.hpp.

◆ showDoc() [1/2]

Definition at line 156 of file Teuchos_ParameterList.hpp.

◆ showDoc() [2/2]

Definition at line 162 of file Teuchos_ParameterList.hpp.

◆ showDefault() [1/2]

Definition at line 157 of file Teuchos_ParameterList.hpp.

◆ showDefault() [2/2]

Definition at line 163 of file Teuchos_ParameterList.hpp.

◆ incrIndent()

◆ copy()

Member Data Documentation

◆ indent_

◆ showTypes_

◆ showFlags_

◆ showDoc_

◆ showDefault_


The documentation for this class was generated from the following file: