26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H    30 #include "../../common/Singleton.h"    31 #include "../Config.h"    42     class FunctionCatalog;
    98 #endif  // __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source i...
 
FunctionCatalogManager()
No constructor available for clients. 
 
std::map< std::string, FunctionCatalog * > m_fcatalogMap
Function map: datasource-type -> FunctionCatalog*. 
 
mydialect insert("+", new te::da::BinaryOpEncoder("+"))
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A FunctionCatalog can be used to keep track of registered functions. 
 
Template support for singleton pattern.