dune-fem
2.4.1-rc
|
Index mapper which simply adds an offset to the index. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/subarray.hh>
Public Types | |
typedef OffsetSubMapper | IndexMapperType |
type of the implementation (Barton-Nackman) More... | |
typedef ThisType | IndexMapperInterfaceType |
type of the interface More... | |
Public Member Functions | |
OffsetSubMapper (unsigned int size, unsigned int offset) | |
OffsetSubMapper (const ThisType &)=default | |
OffsetSubMapper (ThisType &&)=default | |
ThisType & | operator= (const ThisType &)=default |
ThisType & | operator= (ThisType &&)=default |
unsigned int | size () const |
unsigned int | range () const |
unsigned int | operator[] (unsigned int i) const |
Protected Member Functions | |
const OffsetSubMapper & | asImp () const |
OffsetSubMapper & | asImp () |
Static Protected Member Functions | |
static const OffsetSubMapper & | asImp (const ThisType &other) |
static OffsetSubMapper & | asImp (ThisType &other) |
Index mapper which simply adds an offset to the index.
|
inherited |
type of the interface
|
inherited |
type of the implementation (Barton-Nackman)
|
inline |
|
default |
|
default |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inline |
|
inline |