Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the class CDPL::Base::DataIOManager. More...
#include <algorithm>
#include <functional>
#include <vector>
#include <string>
#include <cstddef>
#include "CDPL/Base/APIPrefix.hpp"
#include "CDPL/Base/DataInputHandler.hpp"
#include "CDPL/Base/DataOutputHandler.hpp"
#include "CDPL/Base/DataFormat.hpp"
#include "CDPL/Base/Exceptions.hpp"
Go to the source code of this file.
Classes | |
class | CDPL::Base::DataIOManager< T > |
A singleton class that serves as a global registry for Base::DataInputHandler and Base::DataOutputHandler implementation instances. More... | |
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Chem | |
Contains classes and functions related to chemistry. | |
CDPL::Pharm | |
Contains classes and functions related to pharmacophore perception and pharmacophore applications. | |
CDPL::Grid | |
Contains classes and functions related to grid based data representation and processing. | |
CDPL::Base | |
Contains core framework classes and functions. | |
Definition of the class CDPL::Base::DataIOManager.