dune-fem  2.4.1-rc
Public Types | List of all members
Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/common/referencevector.hh>

Public Types

typedef Fem::DynamicReferenceVector< K, A > derived_type
 
typedef std::vector< K *, typename A::template rebind< K * >::other > container_type
 
typedef K value_type
 
typedef container_type::size_type size_type
 

Member Typedef Documentation

template<class K , class A >
typedef std::vector< K*, typename A::template rebind< K* >::other > Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::container_type
template<class K , class A >
typedef Fem::DynamicReferenceVector< K, A > Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::derived_type
template<class K , class A >
typedef container_type::size_type Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::size_type
template<class K , class A >
typedef K Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::value_type

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