Chemical Data Processing Library C++ API - Version 1.1.1
Classes | Namespaces | Functions
DataWriter.hpp File Reference

Definition of the class CDPL::Base::DataWriter. More...

#include <memory>
#include "CDPL/Base/DataIOBase.hpp"

Go to the source code of this file.

Classes

class  CDPL::Base::DataWriter< T >
 An interface for writing data objects of a given type to an arbitrary data sink. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Base
 Contains core framework classes and functions.
 

Functions

template<typename T >
DataWriter< T > & CDPL::Base::operator<< (DataWriter< T > &writer, const T &obj)
 An output operator that outputs the data object obj by means of the Base::DataWriter instance writer. More...
 

Detailed Description

Definition of the class CDPL::Base::DataWriter.