Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Teuchos::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)
 
PrintOptionsshowTypes (bool _showTypes)
 
PrintOptionsshowFlags (bool _showFlags)
 
PrintOptionsshowDoc (bool _showDoc)
 
PrintOptionsshowDefault (bool _showDefault)
 
PrintOptionsincrIndent (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_
 

Detailed Description

Utility class for setting and passing in print options.

Definition at line 151 of file Teuchos_ParameterList.hpp.

Constructor & Destructor Documentation

Teuchos::ParameterList::PrintOptions::PrintOptions ( )
inline

Definition at line 153 of file Teuchos_ParameterList.hpp.

Member Function Documentation

PrintOptions& Teuchos::ParameterList::PrintOptions::indent ( int  _indent)
inline

Definition at line 154 of file Teuchos_ParameterList.hpp.

PrintOptions& Teuchos::ParameterList::PrintOptions::showTypes ( bool  _showTypes)
inline

Definition at line 155 of file Teuchos_ParameterList.hpp.

PrintOptions& Teuchos::ParameterList::PrintOptions::showFlags ( bool  _showFlags)
inline

Definition at line 156 of file Teuchos_ParameterList.hpp.

PrintOptions& Teuchos::ParameterList::PrintOptions::showDoc ( bool  _showDoc)
inline

Definition at line 157 of file Teuchos_ParameterList.hpp.

PrintOptions& Teuchos::ParameterList::PrintOptions::showDefault ( bool  _showDefault)
inline

Definition at line 158 of file Teuchos_ParameterList.hpp.

PrintOptions& Teuchos::ParameterList::PrintOptions::incrIndent ( int  indents)
inline

Definition at line 159 of file Teuchos_ParameterList.hpp.

int Teuchos::ParameterList::PrintOptions::indent ( ) const
inline

Definition at line 160 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showTypes ( ) const
inline

Definition at line 161 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showFlags ( ) const
inline

Definition at line 162 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showDoc ( ) const
inline

Definition at line 163 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showDefault ( ) const
inline

Definition at line 164 of file Teuchos_ParameterList.hpp.

PrintOptions Teuchos::ParameterList::PrintOptions::copy ( ) const
inline

Definition at line 165 of file Teuchos_ParameterList.hpp.

Member Data Documentation

int Teuchos::ParameterList::PrintOptions::indent_
private

Definition at line 167 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showTypes_
private

Definition at line 168 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showFlags_
private

Definition at line 169 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showDoc_
private

Definition at line 170 of file Teuchos_ParameterList.hpp.

bool Teuchos::ParameterList::PrintOptions::showDefault_
private

Definition at line 171 of file Teuchos_ParameterList.hpp.


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