| 589 | |
| 590 | int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); } |
| 591 | const char* GetElementResultArrayName(int index) |
| 592 | { |
| 593 | return this->GetObjectArrayName(ELEM_BLOCK, index); |
| 594 | } |
| 595 | int GetElementResultArrayStatus(const char* name) |
| 596 | { |
| 597 | return this->GetObjectArrayStatus(ELEM_BLOCK, name); |
nothing calls this directly
no test coverage detected