|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_UTIL_DEFAULTDATAINPUTHANDLER_HPP
30 #define CDPL_UTIL_DEFAULTDATAINPUTHANDLER_HPP
45 template <
typename ReaderImpl, const Base::DataFormat& Format,
typename DataType =
typename ReaderImpl::DataType>
70 #endif // CDPL_UTIL_DEFAULTDATAINPUTHANDLER_HPP
An interface for reading data objects of a given type from an arbitrary data source.
Definition: DataReader.hpp:73
std::shared_ptr< DataReader > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated DataReader instances.
Definition: DataReader.hpp:84
Definition of the class CDPL::Util::FileDataReader.
FileDataReader.
Definition: FileDataReader.hpp:51
The namespace of the Chemical Data Processing Library.