dune-fem  2.4.1-rc
Public Member Functions | Protected Types | Protected Attributes | List of all members
Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage Class Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/basisfunctionset/evaluatecaller.hh>

Public Member Functions

 EvaluatorStorage ()
 
 ~EvaluatorStorage ()
 
ValueTypeoperator[] (const int i)
 
const ValueTypeoperator[] (const int i) const
 

Protected Types

typedef ThisTypeValueType
 

Protected Attributes

std::vector< ValueTypestorage_
 

Member Typedef Documentation

template<class Traits>
typedef ThisType* Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::ValueType
protected

Constructor & Destructor Documentation

template<class Traits>
Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::EvaluatorStorage ( )
inline
template<class Traits>
Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::~EvaluatorStorage ( )
inline

Member Function Documentation

template<class Traits>
ValueType& Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::operator[] ( const int  i)
inline
template<class Traits>
const ValueType& Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::operator[] ( const int  i) const
inline

Member Data Documentation

template<class Traits>
std::vector< ValueType > Dune::Fem::EvaluateCallerInterface< Traits >::EvaluatorStorage::storage_
protected

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