dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/arrayallocator.hh>
Public Types | |
typedef Traits::Element | ElementType |
typedef Traits::ElementPtrType | ElementPtrType |
typedef CArrayAllocatorTraits< Element >::ArrayAllocatorType | ArrayAllocatorType |
typedef ThisType | ArrayAllocatorInterfaceType |
Public Member Functions | |
void | allocate (unsigned int size, ElementPtrType &array) const |
void | free (ElementPtrType &array) const |
void | reallocate (unsigned int oldSize, unsigned int newSize, ElementPtrType &array) const |
void | reserve (unsigned int newSize, ElementPtrType &array) const |
Protected Member Functions | |
const CArrayAllocatorTraits< Element >::ArrayAllocatorType & | asImp () const |
CArrayAllocatorTraits< Element >::ArrayAllocatorType & | asImp () |
Static Protected Member Functions | |
static const CArrayAllocatorTraits< Element >::ArrayAllocatorType & | asImp (const ThisType &other) |
static CArrayAllocatorTraits< Element >::ArrayAllocatorType & | asImp (ThisType &other) |
|
inherited |
|
inherited |
typedef Traits :: ElementPtrType Dune::Fem::CArrayAllocator< Element >::ElementPtrType |
typedef Traits :: Element Dune::Fem::CArrayAllocator< Element >::ElementType |
|
inline |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inline |
|
inlineinherited |