29 #ifndef CDPL_CHEM_JMEREACTIONREADER_HPP
30 #define CDPL_CHEM_JMEREACTIONREADER_HPP
402 bool readData(std::istream&,
Reaction&,
bool overwrite);
403 bool skipData(std::istream&);
404 bool moreData(std::istream&);
406 typedef std::unique_ptr<JMEDataReader> JMEDataReaderPtr;
408 JMEDataReaderPtr reader;
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Util::StreamDataReader.
A reader for reaction data in the native I/O format of the JME Molecular Editor [JME] java applet.
Definition: JMEReactionReader.hpp:380
JMEReactionReader(std::istream &is)
Constructs a JMEReactionReader instance that will read the reaction data from the input stream is.
~JMEReactionReader()
Destructor.
JMEReactionReader & operator=(const JMEReactionReader &)=delete
JMEReactionReader(const JMEReactionReader &)=delete
Reaction.
Definition: Reaction.hpp:52
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
The namespace of the Chemical Data Processing Library.