29 #ifndef CDPL_CONFGEN_CFLMOLECULEREADER_HPP
30 #define CDPL_CONFGEN_CFLMOLECULEREADER_HPP
78 bool readData(std::istream&, Chem::Molecule&, bool overwrite);
79 bool skipData(std::istream&);
80 bool moreData(std::istream&);
82 typedef std::unique_ptr<CFLDataReader> CFLDataReaderPtr;
84 CFLDataReaderPtr reader;
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_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: CFLMoleculeReader.hpp:56
CFLMoleculeReader(const CFLMoleculeReader &)=delete
CFLMoleculeReader(std::istream &is)
Constructs a CFLMoleculeReader instance that will read the molecule data from the input stream is.
~CFLMoleculeReader()
Destructor.
CFLMoleculeReader & operator=(const CFLMoleculeReader &)=delete
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.