![]() |
Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the class CDPL::Base::DataReader. More...
Go to the source code of this file.
Classes | |
| class | CDPL::Base::DataReader< T > |
| An interface for reading data objects of a given type from an arbitrary data source. More... | |
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Base | |
| Contains core framework classes and functions. | |
Functions | |
| template<typename T > | |
| DataReader< T > & | CDPL::Base::operator>> (DataReader< T > &reader, T &obj) |
| An input operator that reads the next data record by means of the Base::DataReader instance reader into the data object obj. More... | |
Definition of the class CDPL::Base::DataReader.