GLAMERDOC++
Gravitational Lensing Code Library
|
#include <point.h>
Public Member Functions | |
MemmoryBank (MemmoryBank &&membank) | |
void | operator= (MemmoryBank &&membank) |
T * | operator() (size_t N) |
void | clear () |
bool | clear (T *ptr) |
size_t | number_of_blocks () |
This is for memory management. It will create pointers to allicated arrays of Ts that will be deleted when the MemmorytBank goes out of scope.