#include <construction.hh>
Needed because BCRSMatrix and Vector do a deep copy which is too expensive.
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. |