26 #ifndef __TERRALIB_FE_INTERNAL_FUNCTIONNAME_H
27 #define __TERRALIB_FE_INTERNAL_FUNCTIONNAME_H
It is used to list the function names that are supported and the number of arguments each function re...
std::string m_name
Function name. (Mandatory)
unsigned int getNumArgs() const
It returns the function arguments number.
FunctionName(const char *name, const unsigned int &nArgs)
It initializes a new FunctionName.
const std::string & getName() const
It returns the function name.
unsigned int m_nArgs
Number of arguments. (Mandatory)
~FunctionName()
Destructor.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).