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