| 504 | } |
| 505 | |
| 506 | virtual bool hasGeneratorOutput() const |
| 507 | { |
| 508 | return !attributes_.empty() || |
| 509 | !modules_.empty() || |
| 510 | !roxygenChunks_.empty(); |
| 511 | } |
| 512 | |
| 513 | virtual bool hasInterface(const std::string& name) const { |
| 514 |
no test coverage detected