|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
30 #define CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_HPP
64 #endif // CDPL_PHARM_PSDMOLECULARGRAPHOUTPUTHANDLER_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.
Definition of the class CDPL::Base::DataOutputHandler.
A factory interface providing methods for the creation of Base::DataWriter instances handling a parti...
Definition: DataOutputHandler.hpp:53
const Base::DataFormat & getDataFormat() const
A handler for the output of molecular graph dara in the PSD-format of the CDPL.
Definition: PSDMolecularGraphOutputHandler.hpp:52
std::shared_ptr< DataWriter > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated DataWriter instances.
Definition: DataWriter.hpp:69
The namespace of the Chemical Data Processing Library.
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.