Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 

Public Attributes

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

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

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

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.

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: