Changes in src/Parser/FormatParser.hpp [ab4b55:73916f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/FormatParser.hpp
rab4b55 r73916f 13 13 #include "parser.hpp" 14 14 15 class atom; 16 15 17 /** 16 18 * General parser which observes the change tracker. … … 20 22 FormatParser(); 21 23 virtual ~FormatParser(); 22 virtual void save(std::ostream* file )=0;24 virtual void save(std::ostream* file, const std::vector<atom *> &atoms)=0; 23 25 virtual void load(std::istream* file)=0; 24 26 void setOstream(std::ostream* file);
Note:
See TracChangeset
for help on using the changeset viewer.