| 185 | |
| 186 | protected: |
| 187 | std::string get_name() const override { return "HarnessMemorySystem"; } |
| 188 | std::string get_ifce_name() const override { return IMemorySystem::get_name(); } |
| 189 | |
| 190 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected