Returns the C-style data array.*/
| 105 | |
| 106 | /** Returns the C-style data array.*/ |
| 107 | Type* getData () { return mData; } |
| 108 | |
| 109 | /** Returns the C-style data array.*/ |
| 110 | const Type* getData () const { return mData; } |
no outgoing calls
no test coverage detected