29 #ifndef CDPL_PHARM_CDFFEATURECONTAINERWRITER_HPP
30 #define CDPL_PHARM_CDFFEATURECONTAINERWRITER_HPP
45 class CDFPharmacophoreDataWriter;
46 class FeatureContainer;
78 operator const void*()
const;
82 typedef std::unique_ptr<CDFPharmacophoreDataWriter> CDFDataWriterPtr;
86 CDFDataWriterPtr writer;
Definition of the class CDPL::Base::DataWriter.
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.
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
A writer for feature container data in the native I/O format of the CDPL.
Definition: CDFFeatureContainerWriter.hpp:52
CDFFeatureContainerWriter & operator=(const CDFFeatureContainerWriter &)=delete
~CDFFeatureContainerWriter()
Destructor.
Base::DataWriter< FeatureContainer > & write(const FeatureContainer &cntnr)
Writes data of the feature container cntnr to the output stream specified in the constructor.
CDFFeatureContainerWriter(const CDFFeatureContainerWriter &)=delete
CDFFeatureContainerWriter(std::ostream &os)
Constructs a CDFFeatureContainerWriter instance that will write data of feature containers to the out...
bool operator!() const
Tells whether the writer is in a bad state.
FeatureContainer.
Definition: FeatureContainer.hpp:53
The namespace of the Chemical Data Processing Library.