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

Method rowCount

3rdparty/qtcsv/sources/stringdata.cpp:106–108  ·  view source on GitHub ↗

Get number of rows @output: - qsizetype - current number of rows

Source from the content-addressed store, hash-verified

104// @output:
105// - qsizetype - current number of rows
106qsizetype StringData::rowCount() const {
107 return m_values.size();
108}
109
110// Get values (as list of strings) of specified row
111// @input:

Callers 15

getNextMethod · 0.45
testCreationMethod · 0.45
testAddEmptyRowMethod · 0.45
testAddOneRowMethod · 0.45
testAddRowsMethod · 0.45
testClearEmptyDataMethod · 0.45
testClearNotEmptyDataMethod · 0.45
testInsertRowsMethod · 0.45
testCopyConstructionMethod · 0.45
testCopyAssignmentMethod · 0.45
testOperatorInputMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 15

testCreationMethod · 0.36
testAddEmptyRowMethod · 0.36
testAddOneRowMethod · 0.36
testAddRowsMethod · 0.36
testClearEmptyDataMethod · 0.36
testClearNotEmptyDataMethod · 0.36
testInsertRowsMethod · 0.36
testCopyConstructionMethod · 0.36
testCopyAssignmentMethod · 0.36
testOperatorInputMethod · 0.36
testRemoveRowMethod · 0.36