|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
30 #ifndef SACADO_PARAMETERACCESSOR_HPP
31 #define SACADO_PARAMETERACCESSOR_HPP
40 template <
typename EvalType,
typename EvalTypeTraits>
48 template<
typename EvalType,
52 typedef typename EvalTypeTraits::template apply<EvalType>::type
ScalarT;
77 std::vector< Teuchos::RCP< ParameterRegistration<EvalType, EvalTypeTraits> > >
pr_;
Base traits definition mapping evaluation types to value types.
virtual ~ParameterAccessor()
EvalTypeTraits::template apply< EvalType >::type ScalarT
Abstract class that provides access to a parameter value in a code for the parameter library....
Specialization of Sacado::ParameterLibraryBase for scalar parameters.
virtual ScalarT & getValue(const std::string &n)=0
void registerSacadoParameter(const std::string &name, ParamLib ¶mLib)
virtual void setValue(const std::string &n, const ScalarT &v)
Parameter class for simple registration of a parameter with a Parameter Library. Requires a parameter...
ScalarParameterLibrary< EvalTypeTraits > ParamLib
std::vector< Teuchos::RCP< ParameterRegistration< EvalType, EvalTypeTraits > > > pr_