29 #ifndef CDPL_CHEM_SMILESMOLECULEREADER_HPP
30 #define CDPL_CHEM_SMILESMOLECULEREADER_HPP
44 class SMILESDataReader;
73 bool readData(std::istream&,
Molecule&,
bool overwrite);
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<SMILESDataReader> SMILESDataReaderPtr;
79 SMILESDataReaderPtr reader;
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Util::StreamDataReader.
Abstract base class representing a mutable molecular graph that owns its atoms and bonds.
Definition: Molecule.hpp:53
Reader for molecule data in the Daylight SMILES [SMILES] format.
Definition: SMILESMoleculeReader.hpp:51
SMILESMoleculeReader(std::istream &is)
Constructs a SMILESMoleculeReader instance that will read the molecule data from the input stream is.
SMILESMoleculeReader(const SMILESMoleculeReader &)=delete
~SMILESMoleculeReader()
Destructor.
SMILESMoleculeReader & operator=(const SMILESMoleculeReader &)=delete
Helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
The namespace of the Chemical Data Processing Library.