Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the class CDPL::Base::DataWriter. More...
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... | |
Definition of the class CDPL::Base::DataWriter.