| 188 | // Used by cpp.ArrayBase |
| 189 | inline int getElementSize() const { return GetElementSize(); } |
| 190 | inline int getByteCount() const { return GetElementSize()*length; } |
| 191 | inline char * getBase() const { return mBase; } |
| 192 | |
| 193 |
no test coverage detected