MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / rowCount

Method rowCount

3rdparty/qtcsv-qt5/sources/stringdata.cpp:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122// @output:
123// - int - current number of rows
124int StringData::rowCount() const
125{
126 return d_ptr->m_values.size();
127}
128
129// Get values (as list of strings) of specified row
130// @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