26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H
30 #include "../../common/Singleton.h"
31 #include "../Config.h"
Template support for singleton pattern.
A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source i...
FunctionCatalog * find(const std::string &dsType)
It finds the function catalog with the given data source type.
FunctionCatalogManager()
No constructor available for clients.
std::map< std::string, FunctionCatalog * > m_fcatalogMap
Function map: datasource-type -> FunctionCatalog*.
~FunctionCatalogManager()
Destructor.
void insert(const std::string &dsType, FunctionCatalog *fcatalog)
It inserts the function catalog associated to the given data source type.
A FunctionCatalog can be used to keep track of registered functions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.