20 #ifndef GEOS_FUNCTIONS_FUNCTIONMANAGER_HPP_ 
   21 #define GEOS_FUNCTIONS_FUNCTIONMANAGER_HPP_ 
   64   virtual Group * 
createChild( 
string const & functionCatalogKey, 
string const & functionName ) 
override;
 
static string catalogName()
Static Factory Catalog Functions.
 
virtual Group * createChild(string const &functionCatalogKey, string const &functionName) override
Create a new FunctionManager object as a child of this group.
 
FunctionManager(const string &name, dataRepository::Group *const parent)
Constructor.
 
static FunctionManager & getInstance()
 
virtual void expandObjectCatalogs() override
This function is used to expand any catalogs in the data structure.
 
virtual ~FunctionManager() override
destructor