| 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. |
| 69 | bool GeneratesForConfig(std::string const&); |
no outgoing calls
no test coverage detected