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

Method size

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

getters:

Source from the content-addressed store, hash-verified

2622
2623 // getters:
2624 int size() const { return mData.size()-mPreallocSize; }
2625 bool isEmpty() const { return size() == 0; }
2626 bool autoSqueeze() const { return mAutoSqueeze; }
2627

Callers 15

dataRangeCountFunction · 0.45
rowCountFunction · 0.45
columnCountFunction · 0.45
addMethod · 0.45
preallocateGrowMethod · 0.45
performAutoSqueezeMethod · 0.45
dataCountMethod · 0.45
dataMainKeyMethod · 0.45
dataSortKeyMethod · 0.45
dataMainValueMethod · 0.45
dataValueRangeMethod · 0.45
dataPixelPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected