| 28 | template<typename V> class SArray { |
| 29 | public: |
| 30 | SArray() { } |
| 31 | ~SArray() { } |
| 32 | // Create an array with length n. Values are not initialized. To initialize |
| 33 | // them, call setValue(v) or setZero() |
nothing calls this directly
no outgoing calls
no test coverage detected