29 #ifndef CDPL_CHEM_CDFMOLECULEREADER_HPP
30 #define CDPL_CHEM_CDFMOLECULEREADER_HPP
73 bool readData(std::istream&,
Molecule&,
bool overwrite);
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<CDFDataReader> CDFDataReaderPtr;
79 CDFDataReaderPtr 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 molecule data in the native I/O format of the CDPL.
Definition: CDFMoleculeReader.hpp:51
CDFMoleculeReader(const CDFMoleculeReader &)=delete
~CDFMoleculeReader()
Destructor.
CDFMoleculeReader(std::istream &is)
Constructs a CDFMoleculeReader instance that will read the molecule data from the input stream is.
CDFMoleculeReader & operator=(const CDFMoleculeReader &)=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.