dune-pdelab
2.4.1
|
#include <dune/pdelab/common/multiindex.hh>
Public Types | |
typedef base_type::value_type | value_type |
typedef base_type::pointer | pointer |
typedef base_type::const_reference | reference |
typedef base_type::const_reference | const_reference |
typedef base_type::size_type | size_type |
typedef base_type::difference_type | difference_type |
typedef base_type::const_iterator | iterator |
typedef base_type::const_iterator | const_iterator |
Public Member Functions | |
void | clear () |
reference | front () |
const_reference | front () const |
reference | back () |
const_reference | back () const |
reference | operator[] (size_type i) |
const_reference | operator[] (size_type i) const |
void | resize (size_type s) |
View | back_popped () const |
size_type | size () const |
bool | empty () const |
Static Public Attributes | |
static const std::size_t | max_depth = n |
The maximum possible depth of the MultiIndex. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &s, const View &mi) |
typedef base_type::const_iterator Dune::PDELab::MultiIndex< T, n >::View::const_iterator |
typedef base_type::const_reference Dune::PDELab::MultiIndex< T, n >::View::const_reference |
typedef base_type::difference_type Dune::PDELab::MultiIndex< T, n >::View::difference_type |
typedef base_type::const_iterator Dune::PDELab::MultiIndex< T, n >::View::iterator |
typedef base_type::pointer Dune::PDELab::MultiIndex< T, n >::View::pointer |
typedef base_type::const_reference Dune::PDELab::MultiIndex< T, n >::View::reference |
typedef base_type::size_type Dune::PDELab::MultiIndex< T, n >::View::size_type |
typedef base_type::value_type Dune::PDELab::MultiIndex< T, n >::View::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::PDELab::MultiIndex< T, max_depth >::set().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References s.
Referenced by Dune::PDELab::MultiIndex< T, max_depth >::MultiIndex().
|
inline |
|
friend |
|
static |
The maximum possible depth of the MultiIndex.