29 #ifndef CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
30 #define CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
Definition of class CDPL::Base::DataOutputHandler.
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.
Factory interface providing methods for the creation of Base::DataWriter instances handling a particu...
Definition: DataOutputHandler.hpp:54
std::shared_ptr< DataWriter > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated DataWriter instances.
Definition: DataWriter.hpp:69
Handler for the output of molecular graph data in the CDPL PSD-format.
Definition: PSDMolecularGraphOutputHandler.hpp:52
WriterType::SharedPointer createWriter(std::ostream &os) const
Creates a Pharm::PSDMolecularGraphWriter that writes to the output stream os.
const Base::DataFormat & getDataFormat() const
Returns the data format advertised by this handler (Pharm::DataFormat::PSD).
WriterType::SharedPointer createWriter(const std::string &file_name, std::ios_base::openmode mode) const
Creates a Pharm::PSDMolecularGraphWriter that writes to the file file_name.
The namespace of the Chemical Data Processing Library.