14 #ifndef CIRCULARBUFFER_H
15 #define CIRCULARBUFFER_H
54 void incrementRowIndex ();
89 virtual void addRow (
const std::vector<double> &
v );
93 virtual void reserve (
unsigned int count );
99 #endif // CIRCULARBUFFER_H
#define MDL_HIPPOPLOT_API
unsigned int m_next_row
The index to the next row to be added.
hippodraw::NTuple class interface.
unsigned int m_capacity
The capacity.
A DataSource class implemented with std::vector<double> to store the column data. ...
bool m_has_filled
A flog which when true, indicates the buffer has been filled to capacity.