29 #ifndef CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
30 #define CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
48 template class __declspec(dllimport) Base::DataReader<Chem::Molecule>;
54 class MMCIFDataReader;
84 bool skipData(std::istream&);
85 bool moreData(std::istream&);
87 typedef std::unique_ptr<MMCIFDataReader> MMCIFDataReaderPtr;
89 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 class CDPL::Util::StreamDataReader.
Reader for molecule data in the Macromolecular Crystallographic Information File (mmCIF) [MMCIF] form...
Definition: MMCIFMoleculeReader.hpp:61
~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
Abstract base class representing a mutable molecular graph that owns its atoms and bonds.
Definition: Molecule.hpp:53
The namespace of the Chemical Data Processing Library.