| 412 | { |
| 413 | public: |
| 414 | template_2d_array() |
| 415 | { |
| 416 | m_Vec=0; |
| 417 | m_iVecSize=0; |
| 418 | m_iLow1 = 0; |
| 419 | m_iHigh1 = -1; |
| 420 | m_iLow2 = 0; |
| 421 | m_iHigh2 = -1; |
| 422 | }; |
| 423 | |
| 424 | ~template_2d_array() |
| 425 | { |
nothing calls this directly
no outgoing calls
no test coverage detected