29 #ifndef CDPL_CHEM_JMEREACTIONWRITER_HPP
30 #define CDPL_CHEM_JMEREACTIONWRITER_HPP
479 operator const void*()
const;
483 typedef std::unique_ptr<JMEDataWriter> JMEDataWriterPtr;
485 std::ostream& output;
487 JMEDataWriterPtr writer;
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.
Definition of the class CDPL::Base::DataWriter.
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
A writer for reaction data in the native I/O format of the JME Molecular Editor [JME] java applet.
Definition: JMEReactionWriter.hpp:453
JMEReactionWriter & operator=(const JMEReactionWriter &)=delete
JMEReactionWriter(std::ostream &os)
Constructs a JMEReactionWriter instance that will write the reaction data to the output stream os.
~JMEReactionWriter()
Destructor.
Base::DataWriter< Reaction > & write(const Reaction &rxn)
Writes the reaction rxn to the output stream specified in the constructor.
JMEReactionWriter(const JMEReactionWriter &)=delete
bool operator!() const
Tells whether the writer is in a bad state.
Reaction.
Definition: Reaction.hpp:52
The namespace of the Chemical Data Processing Library.