Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/FormatParser.hpp

    rab4b55 r73916f  
    1313#include "parser.hpp"
    1414
     15class atom;
     16
    1517/**
    1618 * General parser which observes the change tracker.
     
    2022  FormatParser();
    2123  virtual ~FormatParser();
    22   virtual void save(std::ostream* file)=0;
     24  virtual void save(std::ostream* file, const std::vector<atom *> &atoms)=0;
    2325  virtual void load(std::istream* file)=0;
    2426  void setOstream(std::ostream* file);
Note: See TracChangeset for help on using the changeset viewer.