Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Parser/FormatParserStorage.hpp

    rcabb46 r73916f  
    2020#include <vector>
    2121
     22class atom;
    2223class FormatParser;
    2324class MpqcParser;
     
    4546  bool add(ParserTypes type);
    4647
    47   bool get(std::istream &input, std::string suffix);
    48   bool put(std::ostream &output, std::string suffix);
     48  bool load(std::istream &input, std::string suffix);
     49  bool save(std::ostream &output, std::string suffix, const std::vector<atom *> &atoms);
     50  bool saveSelectedAtoms(std::ostream &output, std::string suffix);
     51  bool saveSelectedMolecules(std::ostream &output, std::string suffix);
     52  bool saveWorld(std::ostream &output, std::string suffix);
    4953  MpqcParser &getMpqc();
    5054  PcpParser &getPcp();
Note: See TracChangeset for help on using the changeset viewer.