dune-istl  2.4.1-rc2
Public Member Functions | List of all members
Dune::BCRSMatrix< B, A >::Deallocator Class Reference

Class used by shared_ptr to deallocate memory using the proper allocator. More...

#include <dune/istl/bcrsmatrix.hh>

Public Member Functions

 Deallocator (typename A::template rebind< size_type >::other &sizeAllocator)
 
void operator() (size_type *p)
 

Detailed Description

template<class B, class A = std::allocator<B>>
class Dune::BCRSMatrix< B, A >::Deallocator

Class used by shared_ptr to deallocate memory using the proper allocator.

Constructor & Destructor Documentation

template<class B, class A = std::allocator<B>>
Dune::BCRSMatrix< B, A >::Deallocator::Deallocator ( typename A::template rebind< size_type >::other &  sizeAllocator)
inline

Member Function Documentation

template<class B, class A = std::allocator<B>>
void Dune::BCRSMatrix< B, A >::Deallocator::operator() ( size_type p)
inline

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