29 #ifndef CDPL_CHEM_SMILESREACTIONREADER_HPP
30 #define CDPL_CHEM_SMILESREACTIONREADER_HPP
44 class SMILESDataReader;
91 bool readData(std::istream&,
Reaction&,
bool overwrite);
92 bool skipData(std::istream&);
93 bool moreData(std::istream&);
95 typedef std::unique_ptr<SMILESDataReader> SMILESDataReaderPtr;
97 SMILESDataReaderPtr 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.
Reaction.
Definition: Reaction.hpp:52
A reader for reaction data in the Daylight SMILES [SMILES] format.
Definition: SMILESReactionReader.hpp:69
SMILESReactionReader(std::istream &is)
Constructs a SMILESReactionReader instance that will read the reaction data from the input stream is.
SMILESReactionReader & operator=(const SMILESReactionReader &)=delete
SMILESReactionReader(const SMILESReactionReader &)=delete
~SMILESReactionReader()
Destructor.
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.