| 594 | private: |
| 595 | bool wrongRow(int i) const { return i<m_iLow1 || i>m_iHigh1; }; |
| 596 | bool wrongColumn(int j) const { return j<m_iLow2 || j>m_iHigh2; }; |
| 597 | |
| 598 | T *m_Vec; |
| 599 | long m_iVecSize; |
nothing calls this directly
no outgoing calls
no test coverage detected