Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
Teuchos::ParameterList::PrintOptions Class Reference

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

#include <Teuchos_ParameterList.hpp>

List of all members.

Public Member Functions

 PrintOptions ()
PrintOptionsindent (int _indent)
PrintOptionsshowTypes (bool _showTypes)
PrintOptionsshowFlags (bool _showFlags)
PrintOptionsshowDoc (bool _showDoc)
PrintOptionsincrIndent (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_

Detailed Description

Utility class for setting and passing in print options.

Definition at line 149 of file Teuchos_ParameterList.hpp.


Constructor & Destructor Documentation

Definition at line 151 of file Teuchos_ParameterList.hpp.


Member Function Documentation

Definition at line 152 of file Teuchos_ParameterList.hpp.

Definition at line 153 of file Teuchos_ParameterList.hpp.

Definition at line 154 of file Teuchos_ParameterList.hpp.

Definition at line 155 of file Teuchos_ParameterList.hpp.

Definition at line 156 of file Teuchos_ParameterList.hpp.

Definition at line 157 of file Teuchos_ParameterList.hpp.

Definition at line 158 of file Teuchos_ParameterList.hpp.

Definition at line 159 of file Teuchos_ParameterList.hpp.

Definition at line 160 of file Teuchos_ParameterList.hpp.

Definition at line 161 of file Teuchos_ParameterList.hpp.


Member Data Documentation

Definition at line 163 of file Teuchos_ParameterList.hpp.

Definition at line 164 of file Teuchos_ParameterList.hpp.

Definition at line 165 of file Teuchos_ParameterList.hpp.

Definition at line 166 of file Teuchos_ParameterList.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines