|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_CDFREACTIONWRITER_HPP
30 #define CDPL_CHEM_CDFREACTIONWRITER_HPP
74 operator const void*()
const;
78 typedef std::unique_ptr<CDFDataWriter> CDFDataWriterPtr;
86 CDFDataWriterPtr writer;
91 #endif // CDPL_CHEM_CDFREACTIONWRITER_HPP
Base::DataWriter< Reaction > & write(const Reaction &rxn)
Writes the reaction rxn to the output stream specified in the constructor.
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.
A writer for molecular graph data in the native I/O format of the CDPL.
Definition: CDFReactionWriter.hpp:52
~CDFReactionWriter()
Destructor.
The namespace of the Chemical Data Processing Library.
Reaction.
Definition: Reaction.hpp:52
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
CDFReactionWriter(std::ostream &os)
Constructs a CDFReactionWriter instance that will write reaction data to the output stream os.