29 #ifndef CDPL_CHEM_MOL2MOLECULEREADER_HPP
30 #define CDPL_CHEM_MOL2MOLECULEREADER_HPP
70 bool readData(std::istream&,
Molecule&,
bool overwrite);
71 bool skipData(std::istream&);
72 bool moreData(std::istream&);
74 typedef std::unique_ptr<MOL2DataReader> MOL2DataReaderPtr;
76 MOL2DataReaderPtr 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.
Definition: MOL2MoleculeReader.hpp:48
MOL2MoleculeReader(std::istream &is)
Constructs a MOL2MoleculeReader instance that will read the molecule data from the input stream is.
~MOL2MoleculeReader()
Destructor.
MOL2MoleculeReader & operator=(const MOL2MoleculeReader &)=delete
MOL2MoleculeReader(const MOL2MoleculeReader &)=delete
Molecule.
Definition: Molecule.hpp:49
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.