astrotypes
0.0
|
a std::vector that does not initialise its members when they are plain old data (i.e. float, int,...) More...
#include <src/cpp/pss/astrotypes/multiarray/DataBuffer.h>
Public Member Functions | |
DataBuffer () | |
~DataBuffer () | |
a std::vector that does not initialise its members when they are plain old data (i.e. float, int,...)
If they are of a type that needs initialisation then the DataBuffer is a std::vector Memory is guaranteed to be contiguous
Definition at line 212 of file DataBuffer.h.
pss::astrotypes::DataBuffer< T, Alloc, Enable >::DataBuffer | ( | ) |
Definition at line 30 of file DataBuffer.cpp.
pss::astrotypes::DataBuffer< T, Alloc >::~DataBuffer | ( | ) |
Definition at line 35 of file DataBuffer.cpp.