Return the type name of the class
| 117 | |
| 118 | /// Return the type name of the class |
| 119 | std::string Name() override { return "TextReader"; }; |
| 120 | |
| 121 | // Get and Set JSON methods |
| 122 | std::string Json() const override; ///< Generate JSON string of this object |
nothing calls this directly
no outgoing calls
no test coverage detected