Returns the underlying array. That array may contain invalid/free items.
| 68 | |
| 69 | ///Returns the underlying array. That array may contain invalid/free items. |
| 70 | const Data* data() const |
| 71 | { |
| 72 | return m_data; |
| 73 | } |
| 74 | |
| 75 | ///Returns the first valid index that has a data-value larger or equal to @p data. |
| 76 | ///Returns -1 if nothing is found. |