|
Sacado Development
|
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. | |
Container for parameter entries.
|
inline |
Constructor.
References baseValue, and family.
Referenced by Sacado::ParameterVectorBase< FamilyType, BaseValueType >::addParam().
| BaseValueType Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::baseValue |
| Teuchos::RCP<FamilyType> Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::family |
Pointer to family.
Referenced by Entry().