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

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

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

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...
 

Detailed Description

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