Get the name for this generator
| 125 | |
| 126 | //! Get the name for this generator |
| 127 | virtual std::string GetName() const { return "Generic"; } |
| 128 | |
| 129 | /** Check whether the given name matches the current generator. */ |
| 130 | virtual bool MatchesGeneratorName(std::string const& name) const |
no outgoing calls
no test coverage detected