| 588 | }; |
| 589 | |
| 590 | int getstride() const |
| 591 | { |
| 592 | return m_iLinearMember; |
| 593 | }; |
| 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; }; |
no outgoing calls
no test coverage detected