29 #ifndef CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
30 #define CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
48 template class __declspec(dllimport) Base::DataReader<Chem::Molecule>;
54 class MMCIFDataReader;
83 bool skipData(std::istream&);
84 bool moreData(std::istream&);
86 typedef std::unique_ptr<MMCIFDataReader> MMCIFDataReaderPtr;
88 MMCIFDataReaderPtr reader;
Definition of the preprocessor macro CDPL_BIOMOL_API.
#define CDPL_BIOMOL_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Util::StreamDataReader.
Definition: MMCIFMoleculeReader.hpp:60
~MMCIFMoleculeReader()
Destructor.
MMCIFMoleculeReader(const MMCIFMoleculeReader &)=delete
MMCIFMoleculeReader(std::istream &is)
Constructs a MMCIFMoleculeReader instance that will read the molecule data from the input stream is.
MMCIFMoleculeReader & operator=(const MMCIFMoleculeReader &)=delete
Molecule.
Definition: Molecule.hpp:49
The namespace of the Chemical Data Processing Library.