Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry Struct Reference

Container for parameter entries. More...

#include <Sacado_ParameterVectorBase.hpp>

Public Member Functions

 Entry (const Teuchos::RCP< FamilyType > &f, BaseValueType bv)
 Constructor.
 

Public Attributes

Teuchos::RCP< FamilyType > family
 Pointer to family.
 
BaseValueType baseValue
 Base value of parameter family.
 

Detailed Description

template<typename FamilyType, typename BaseValueType>
struct Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry

Container for parameter entries.

Definition at line 52 of file Sacado_ParameterVectorBase.hpp.

Constructor & Destructor Documentation

◆ Entry()

template<typename FamilyType , typename BaseValueType >
Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::Entry ( const Teuchos::RCP< FamilyType > & f,
BaseValueType bv )
inline

Constructor.

Definition at line 61 of file Sacado_ParameterVectorBase.hpp.

Member Data Documentation

◆ family

template<typename FamilyType , typename BaseValueType >
Teuchos::RCP<FamilyType> Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::family

Pointer to family.

Definition at line 55 of file Sacado_ParameterVectorBase.hpp.

◆ baseValue

template<typename FamilyType , typename BaseValueType >
BaseValueType Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::baseValue

Base value of parameter family.

Definition at line 58 of file Sacado_ParameterVectorBase.hpp.


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