Chemical Data Processing Library C++ API - Version 1.4.0
Classes | Namespaces
DefaultDataInputHandler.hpp File Reference

Definition of class CDPL::Util::DefaultDataInputHandler. More...

#include "CDPL/Base/DataInputHandler.hpp"
#include "CDPL/Util/FileDataReader.hpp"

Go to the source code of this file.

Classes

class  CDPL::Util::DefaultDataInputHandler< ReaderImpl, Format, DataType >
 Default Base::DataInputHandler implementation that exposes a fixed Base::DataFormat and instantiates readers of the supplied stream-based ReaderImpl type (file-based readers are produced by wrapping it in Util::FileDataReader). More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Util
 Contains general purpose algorithms, containers, functors and other classes.
 

Detailed Description

Definition of class CDPL::Util::DefaultDataInputHandler.