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

Method constBegin

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

Source from the content-addressed store, hash-verified

2643 void squeeze(bool preAllocation=true, bool postAllocation=true);
2644
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(); }

Callers 15

pickClosestMethod · 0.80
createTickVectorMethod · 0.80
foreachFunction · 0.80
processRectSelectionMethod · 0.80
invertedMethod · 0.80
stopsUseAlphaMethod · 0.80
updateColorBufferMethod · 0.80
selectTestMethod · 0.80
drawMethod · 0.80
getFillPolygonMethod · 0.80
getChannelFillPolygonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected