| 156 | } |
| 157 | |
| 158 | void VideoHppGenerator::checkForWarning( bool condition, int line, std::string const & message ) const |
| 159 | { |
| 160 | ::checkForWarning( "VideoHppGenerator", condition, line, message ); |
| 161 | } |
| 162 | |
| 163 | std::string VideoHppGenerator::generateConstants() const |
| 164 | { |
nothing calls this directly
no test coverage detected