29 #ifndef CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
30 #define CDPL_BIOMOL_MMCIFMOLECULEREADER_HPP
50 class MMCIFDataReader;
78 bool readData(std::istream&, Chem::Molecule&, bool overwrite);
79 bool skipData(std::istream&);
80 bool moreData(std::istream&);
82 typedef std::unique_ptr<MMCIFDataReader> MMCIFDataReaderPtr;
84 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:56
~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
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.