26 #ifndef __TERRALIB_FE_INTERNAL_FUNCTIONNAME_H 
   27 #define __TERRALIB_FE_INTERNAL_FUNCTIONNAME_H 
   61         FunctionName(
const char* name, 
const unsigned int& nArgs);
 
   78         const std::string& getName() 
const;
 
   85         unsigned int getNumArgs() 
const;
 
   98 #endif  // __TERRALIB_FE_INTERNAL_FUNCTIONNAME_H 
Configuration flags for the TerraLib Filter Encoding module. 
 
unsigned int m_nArgs
Number of arguments. (Mandatory) 
 
std::string m_name
Function name. (Mandatory) 
 
It is used to list the function names that are supported and the number of arguments each function re...
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.