| 83 | } |
| 84 | |
| 85 | void Writer::write() |
| 86 | { |
| 87 | /// \todo Perhaps we should append the fileName() to any exceptions thrown by operate() before re-raising them? |
| 88 | operate(); |
| 89 | } |
| 90 | |
| 91 | ObjectPtr Writer::doOperation( const CompoundObject * operands ) |
| 92 | { |
no test coverage detected