Get number of rows @output: - int - current number of rows
| 122 | // @output: |
| 123 | // - int - current number of rows |
| 124 | int 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: |