| # | Line 82 | Line 82 | namespace oopse { | |
|---|---|---|
| 82 | private: | |
| 83 | ||
| 84 | void writeFrame(std::ostream& os); | |
| 85 | < | void writeCommentLine(std::ostream& os, Snapshot* s); |
| 85 | > | void writeFrameProperties(std::ostream& os, Snapshot* s); |
| 86 | > | std::string prepareDumpLine(StuntDouble* integrableObject); |
| 87 | std::ostream* createOStream(const std::string& filename); | |
| 88 | + | void writeClosing(std::ostream& os); |
| 89 | ||
| 90 | SimInfo* info_; | |
| 91 | std::string filename_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |