Return the type name of the class
| 270 | |
| 271 | /// Return the type name of the class |
| 272 | std::string Name() override { return "FrameMapper"; }; |
| 273 | |
| 274 | // Get and Set JSON methods |
| 275 | std::string Json() const override; ///< Generate JSON string of this object |
nothing calls this directly
no outgoing calls
no test coverage detected