astrotypes  0.0
Classes | Namespaces
DataBuffer.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pss::astrotypes::DataBuffer< T, Alloc >
 a std::vector that does not initialise its members when they are plain old data (i.e. float, int,...) More...
 

Namespaces

 pss
 
 pss::astrotypes
 

Variable Documentation

T* _m_end_of_storage

Definition at line 66 of file DataBuffer.h.

T* _m_finish

Definition at line 65 of file DataBuffer.h.

T* _m_start

Definition at line 64 of file DataBuffer.h.