| 551 | }; |
| 552 | |
| 553 | int gethighbound(int iBoundNum) const |
| 554 | { |
| 555 | return iBoundNum==1 ? m_iHigh1 : m_iHigh2; |
| 556 | }; |
| 557 | |
| 558 | raw_vector<T> getcolumn(int iColumn, int iRowStart, int iRowEnd) |
| 559 | { |
nothing calls this directly
no outgoing calls
no test coverage detected