dune-common  2.6-git
Dune::DynamicVector< K, Allocator > Member List

This is the complete list of members for Dune::DynamicVector< K, Allocator >, including all inherited members.

allocator_type typedefDune::DynamicVector< K, Allocator >
capacity() constDune::DynamicVector< K, Allocator >inline
container() constDune::DynamicVector< K, Allocator >inline
container()Dune::DynamicVector< K, Allocator >inline
container_type typedefDune::DynamicVector< K, Allocator >
DynamicVector(const allocator_type &a=allocator_type())Dune::DynamicVector< K, Allocator >inlineexplicit
DynamicVector(size_type n, const allocator_type &a=allocator_type())Dune::DynamicVector< K, Allocator >inlineexplicit
DynamicVector(size_type n, value_type c, const allocator_type &a=allocator_type())Dune::DynamicVector< K, Allocator >inline
DynamicVector(std::initializer_list< K > const &l)Dune::DynamicVector< K, Allocator >inline
DynamicVector(const DynamicVector &x)Dune::DynamicVector< K, Allocator >inline
DynamicVector(DynamicVector &&x)Dune::DynamicVector< K, Allocator >inline
DynamicVector(const DynamicVector< T, Allocator > &x)Dune::DynamicVector< K, Allocator >inline
DynamicVector(const DenseVector< X > &x, const allocator_type &a=allocator_type())Dune::DynamicVector< K, Allocator >inline
operator=(const DynamicVector &other)Dune::DynamicVector< K, Allocator >inline
operator=(DynamicVector &&other)Dune::DynamicVector< K, Allocator >inline
operator=(const value_type &k)Dune::DynamicVector< K, Allocator >inline
operator>>(std::istream &in, DynamicVector< K, Allocator > &v)Dune::DynamicVector< K, Allocator >related
operator[](size_type i)Dune::DynamicVector< K, Allocator >inline
operator[](size_type i) constDune::DynamicVector< K, Allocator >inline
reserve(size_type n)Dune::DynamicVector< K, Allocator >inline
resize(size_type n, value_type c=value_type())Dune::DynamicVector< K, Allocator >inline
size() constDune::DynamicVector< K, Allocator >inline
size_type typedefDune::DynamicVector< K, Allocator >
value_type typedefDune::DynamicVector< K, Allocator >