Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
   30 #include "../../common/Singleton.h" 
   31 #include "../Config.h" 
   98 #endif  // __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
  
 
FunctionCatalog * find(const std::string &dsType)
It finds the function catalog with the given data source type.
 
A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source i...
 
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.
 
std::map< std::string, FunctionCatalog * > m_fcatalogMap
Function map: datasource-type -> FunctionCatalog*.
 
void insert(const std::string &dsType, FunctionCatalog *fcatalog)
It inserts the function catalog associated to the given data source type.
 
FunctionCatalogManager()
No constructor available for clients.
 
Template support for singleton pattern.
 
~FunctionCatalogManager()
Destructor.