|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_MOL2MOLECULARGRAPHWRITER_HPP
30 #define CDPL_CHEM_MOL2MOLECULARGRAPHWRITER_HPP
71 operator const void*()
const;
79 typedef std::unique_ptr<MOL2DataWriter> MOL2DataWriterPtr;
83 MOL2DataWriterPtr writer;
88 #endif // CDPL_CHEM_MOL2MOLECULARGRAPHWRITER_HPP
Definition of the class CDPL::Base::DataWriter.
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.
MolecularGraph.
Definition: MolecularGraph.hpp:52
Base::DataWriter< MolecularGraph > & write(const MolecularGraph &molgraph)
Writes data of the molecular graph molgraph to the output stream specified in the constructor.
The namespace of the Chemical Data Processing Library.
MOL2MolecularGraphWriter(std::ostream &os)
Constructs a MOL2MolecularGraphWriter instance that will write data of molecular graphs to the output...
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
Definition: MOL2MolecularGraphWriter.hpp:49
~MOL2MolecularGraphWriter()
Destructor.