Thyra Version of the Day
Loading...
Searching...
No Matches
Thyra::ModelEvaluatorBase::Evaluation< ObjType > Class Template Reference

Type to embed evaluation accuracy with an RCP-managed object. More...

#include <Thyra_ModelEvaluatorBase_decl.hpp>

Inheritance diagram for Thyra::ModelEvaluatorBase::Evaluation< ObjType >:

Public Member Functions

 Evaluation (Teuchos::ENull)
 Evaluation ()
 Evaluation (const RCP< ObjType > &obj)
 Implicit conversion from RCP<ObjType>.
 Evaluation (const RCP< ObjType > &obj, EEvalType evalType)
EEvalType getType () const
void reset (const RCP< ObjType > &obj, EEvalType evalType)

Detailed Description

template<class ObjType>
class Thyra::ModelEvaluatorBase::Evaluation< ObjType >

Type to embed evaluation accuracy with an RCP-managed object.

This type derives from Teuchos::RCP and therefore is a drop in replacement for an RCP object as it implicitly converts to an from such a type.

Definition at line 326 of file Thyra_ModelEvaluatorBase_decl.hpp.

Constructor & Destructor Documentation

◆ Evaluation() [1/4]

template<class ObjType>
Thyra::ModelEvaluatorBase::Evaluation< ObjType >::Evaluation ( Teuchos::ENull )
inline

Definition at line 329 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ Evaluation() [2/4]

template<class ObjType>
Thyra::ModelEvaluatorBase::Evaluation< ObjType >::Evaluation ( )
inline

Definition at line 332 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ Evaluation() [3/4]

template<class ObjType>
Thyra::ModelEvaluatorBase::Evaluation< ObjType >::Evaluation ( const RCP< ObjType > & obj)
inline

Implicit conversion from RCP<ObjType>.

Definition at line 334 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ Evaluation() [4/4]

template<class ObjType>
Thyra::ModelEvaluatorBase::Evaluation< ObjType >::Evaluation ( const RCP< ObjType > & obj,
EEvalType evalType )
inline

Definition at line 337 of file Thyra_ModelEvaluatorBase_decl.hpp.

Member Function Documentation

◆ getType()

template<class ObjType>
EEvalType Thyra::ModelEvaluatorBase::Evaluation< ObjType >::getType ( ) const
inline

Definition at line 340 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ reset()

template<class ObjType>
void Thyra::ModelEvaluatorBase::Evaluation< ObjType >::reset ( const RCP< ObjType > & obj,
EEvalType evalType )
inline

Definition at line 342 of file Thyra_ModelEvaluatorBase_decl.hpp.


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