Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::Parameters Class Reference

#include <Xpetra_Parameters.hpp>

Inheritance diagram for Xpetra::Parameters:

Public Member Functions

 Parameters (Teuchos::CommandLineProcessor &clp)
 
void setCLP (Teuchos::CommandLineProcessor &clp)
 
void check () const
 
Xpetra::UnderlyingLib GetLib () const
 
Xpetra::Instantiation GetInstantiation () const
 

Private Attributes

Xpetra::UnderlyingLib lib_
 
Xpetra::Instantiation inst_
 

Overridden from Teuchos::Describable

std::string description () const
 Return a simple one-line description of this object. More...
 
void describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=verbLevel_default) const
 Print the object with some verbosity level to an FancyOStream object. More...
 

Detailed Description

Definition at line 66 of file Xpetra_Parameters.hpp.

Constructor & Destructor Documentation

Xpetra::Parameters::Parameters ( Teuchos::CommandLineProcessor &  clp)
inline

Definition at line 70 of file Xpetra_Parameters.hpp.

Member Function Documentation

void Xpetra::Parameters::setCLP ( Teuchos::CommandLineProcessor &  clp)
inline

Definition at line 74 of file Xpetra_Parameters.hpp.

void Xpetra::Parameters::check ( ) const
inline

Definition at line 154 of file Xpetra_Parameters.hpp.

Xpetra::UnderlyingLib Xpetra::Parameters::GetLib ( ) const
inline

Definition at line 158 of file Xpetra_Parameters.hpp.

Xpetra::Instantiation Xpetra::Parameters::GetInstantiation ( ) const
inline

Definition at line 163 of file Xpetra_Parameters.hpp.

std::string Xpetra::Parameters::description ( ) const
inline

Return a simple one-line description of this object.

Definition at line 172 of file Xpetra_Parameters.hpp.

void Xpetra::Parameters::describe ( Teuchos::FancyOStream &  out,
const Teuchos::EVerbosityLevel  verbLevel = verbLevel_default 
) const
inline

Print the object with some verbosity level to an FancyOStream object.

Definition at line 180 of file Xpetra_Parameters.hpp.

Member Data Documentation

Xpetra::UnderlyingLib Xpetra::Parameters::lib_
private

Definition at line 200 of file Xpetra_Parameters.hpp.

Xpetra::Instantiation Xpetra::Parameters::inst_
private

Definition at line 201 of file Xpetra_Parameters.hpp.


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