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