Dune::Amg::ConstructionTraits< T > Class Template Reference
[Parallel Algebraic Multigrid]

Traits class for generically constructing non default constructable types. More...

#include <dune/istl/paamg/construction.hh>

List of all members.

Public Types

typedef const void * Arguments
 A type holding all the arguments needed to call the constructor.

Static Public Member Functions

static T * construct (Arguments &args)
 Construct an object with the specified arguments.
static void deconstruct (T *t)
 Destroys an object.

Detailed Description

template<typename T>
class Dune::Amg::ConstructionTraits< T >

Traits class for generically constructing non default constructable types.

Needed because BCRSMatrix and Vector do a deep copy which is too expensive.


Member Typedef Documentation

template<typename T>
typedef const void* Dune::Amg::ConstructionTraits< T >::Arguments

A type holding all the arguments needed to call the constructor.


The documentation for this class was generated from the following file:
Generated on Sat Apr 24 11:13:51 2010 for dune-istl by  doxygen 1.6.3