|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
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;
89 #endif // CDPL_CONFGEN_CFLMOLECULEREADER_HPP
A reader for molecule data in the native I/O format of the CDPL.
Definition: CFLMoleculeReader.hpp:56
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.
The namespace of the Chemical Data Processing Library.
CFLMoleculeReader(std::istream &is)
Constructs a CFLMoleculeReader instance that will read the molecule data from the input stream is.
Definition of the class CDPL::Util::StreamDataReader.
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
~CFLMoleculeReader()
Destructor.