26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ATTRIBUTECONVERTERMANAGER_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_ATTRIBUTECONVERTERMANAGER_H
30 #include "../../common/Singleton.h"
Definition of attribute converter and a set of them.
Template support for singleton pattern.
A singleton to keep all the registered Attribute Converters.
std::map< std::string, AttributeConverter > m_converters
void addConverter(const std::string &name, AttributeConverter converter)
void getConverters(std::vector< std::string > &names) const
AttributeConverter getConverter(const std::string &name)
boost::function3< te::dt::AbstractData *, DataSet *, const std::vector< std::size_t > &, int > AttributeConverter
The type of attribute converter functions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.