| 63 | std::string const& config, |
| 64 | Indent indent); |
| 65 | virtual void GenerateScriptNoConfig(std::ostream&, Indent) {} |
| 66 | virtual bool NeedsScriptNoConfig() const { return false; } |
| 67 | |
| 68 | // Test if this generator does something for a given configuration. |
no outgoing calls
no test coverage detected