|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_CDFPHARMACOPHOREREADER_HPP
30 #define CDPL_PHARM_CDFPHARMACOPHOREREADER_HPP
44 class CDFPharmacophoreDataReader;
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<CDFPharmacophoreDataReader> CDFDataReaderPtr;
79 CDFDataReaderPtr reader;
84 #endif // CDPL_PHARM_CDFPHARMACOPHOREREADER_HPP
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
~CDFPharmacophoreReader()
Destructor.
A reader for pharmacophore data in the native I/O format of the CDPL.
Definition: CDFPharmacophoreReader.hpp:51
CDFPharmacophoreReader(std::istream &is)
Constructs a CDFPharmacophoreReader instance that will read the pharmacophore data from the input str...
Pharmacophore.
Definition: Pharmacophore.hpp:48
The namespace of the Chemical Data Processing Library.
Definition of the class CDPL::Util::StreamDataReader.
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73