29 #ifndef CDPL_CHEM_SMARTSMOLECULARGRAPHWRITER_HPP
30 #define CDPL_CHEM_SMARTSMOLECULARGRAPHWRITER_HPP
45 class SMARTSDataWriter;
96 operator const void*()
const;
100 typedef std::unique_ptr<SMARTSDataWriter> SMARTSDataWriterPtr;
102 std::ostream& output;
104 SMARTSDataWriterPtr 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
MolecularGraph.
Definition: MolecularGraph.hpp:52
A writer for molecular graph data in the Daylight SMARTS [SMARTS] format.
Definition: SMARTSMolecularGraphWriter.hpp:70
bool operator!() const
Tells whether the writer is in a bad state.
SMARTSMolecularGraphWriter(const SMARTSMolecularGraphWriter &)=delete
SMARTSMolecularGraphWriter & operator=(const SMARTSMolecularGraphWriter &)=delete
SMARTSMolecularGraphWriter(std::ostream &os)
Constructs a SMARTSMolecularGraphWriter instance that will write data of molecular graphs to the outp...
~SMARTSMolecularGraphWriter()
Destructor.
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.