29 #ifndef CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
30 #define CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
Definition of the 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.
A factory interface providing methods for the creation of Base::DataWriter instances handling a parti...
Definition: DataOutputHandler.hpp:53
std::shared_ptr< DataWriter > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated DataWriter instances.
Definition: DataWriter.hpp:69
A handler for the output of molecular graph dara in the PSD-format of the CDPL.
Definition: PSDMolecularGraphOutputHandler.hpp:52
const Base::DataFormat & getDataFormat() const
Returns a Base::DataFormat object that provides information about the handled output data format.
WriterType::SharedPointer createWriter(const std::string &file_name, std::ios_base::openmode mode) const
Creates a Base::DataWriter instance that will write the data to the file specified by file_name.
WriterType::SharedPointer createWriter(std::iostream &ios) const
Creates a Base::DataWriter instance that will write the data to the I/O stream ios.
The namespace of the Chemical Data Processing Library.