- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Parser/FormatParserStorage.hpp ¶
rcabb46 r73916f 20 20 #include <vector> 21 21 22 class atom; 22 23 class FormatParser; 23 24 class MpqcParser; … … 45 46 bool add(ParserTypes type); 46 47 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); 49 53 MpqcParser &getMpqc(); 50 54 PcpParser &getPcp();
Note:
See TracChangeset
for help on using the changeset viewer.