# | Line 82 | Line 82 | namespace oopse { | |
---|---|---|
82 | ||
83 | void writeFrame(std::ostream& os); | |
84 | void writeCommentLine(std::ostream& os, Snapshot* s); | |
85 | + | std::ostream* createOStream(const std::string& filename); |
86 | + | |
87 | SimInfo* info_; | |
88 | std::string filename_; | |
89 | < | std::ofstream dumpFile_; |
89 | > | std::ostream* dumpFile_; |
90 | std::string eorFilename_; | |
91 | + | bool needCompression_; |
92 | + | bool needForceVector_; |
93 | }; | |
94 | ||
95 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |