MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / begin

Method begin

3rdparty/qcustomplot/qcustomplot.h:2647–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2645 const_iterator constBegin() const { return mData.constBegin()+mPreallocSize; }
2646 const_iterator constEnd() const { return mData.constEnd(); }
2647 iterator begin() { return mData.begin()+mPreallocSize; }
2648 iterator end() { return mData.end(); }
2649 const_iterator findBegin(double sortKey, bool expandedRange=true) const;
2650 const_iterator findEnd(double sortKey, bool expandedRange=true) const;

Callers 6

lessThanDataRangeBeginFunction · 0.45
operator<<Function · 0.45
squeezeMethod · 0.45
preallocateGrowMethod · 0.45
plottableAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected