Public Types | Public Member Functions | Private Attributes
Thyra::TestSpecifier< Scalar > Class Template Reference

List of all members.

Public Types

typedef Teuchos::ScalarTraits
< Scalar >::magnitudeType 
ScalarMag
 Local typedef for promoted scalar magnitude.

Public Member Functions

 TestSpecifier (bool doTest, const ScalarMag &warningTol, const ScalarMag &errorTol)
bool doTest () const
const ScalarMagwarningTol () const
const ScalarMagerrorTol () const

Private Attributes

bool doTest_
double warningTol_
double errorTol_

Detailed Description

template<class Scalar>
class Thyra::TestSpecifier< Scalar >

Definition at line 37 of file Thyra_TestSpecifier.hpp.


Member Typedef Documentation

template<class Scalar>
typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Thyra::TestSpecifier< Scalar >::ScalarMag

Local typedef for promoted scalar magnitude.

Definition at line 41 of file Thyra_TestSpecifier.hpp.


Constructor & Destructor Documentation

template<class Scalar>
Thyra::TestSpecifier< Scalar >::TestSpecifier ( bool  doTest,
const ScalarMag warningTol,
const ScalarMag errorTol 
) [inline]

Definition at line 46 of file Thyra_TestSpecifier.hpp.


Member Function Documentation

template<class Scalar>
bool Thyra::TestSpecifier< Scalar >::doTest ( ) const [inline]

Definition at line 55 of file Thyra_TestSpecifier.hpp.

References Thyra::TestSpecifier< Scalar >::doTest_.

template<class Scalar>
const ScalarMag& Thyra::TestSpecifier< Scalar >::errorTol ( ) const [inline]
template<class Scalar>
const ScalarMag& Thyra::TestSpecifier< Scalar >::warningTol ( ) const [inline]

Member Data Documentation

template<class Scalar>
bool Thyra::TestSpecifier< Scalar >::doTest_ [private]

Definition at line 65 of file Thyra_TestSpecifier.hpp.

Referenced by Thyra::TestSpecifier< Scalar >::doTest().

template<class Scalar>
double Thyra::TestSpecifier< Scalar >::errorTol_ [private]

Definition at line 69 of file Thyra_TestSpecifier.hpp.

Referenced by Thyra::TestSpecifier< Scalar >::errorTol().

template<class Scalar>
double Thyra::TestSpecifier< Scalar >::warningTol_ [private]

Definition at line 67 of file Thyra_TestSpecifier.hpp.

Referenced by Thyra::TestSpecifier< Scalar >::warningTol().

Site Contact