27 #include "../../common/STLUtils.h" 
   37                                    std::string* description)
 
   39     m_retValType(retValType),
 
   40     m_isAggregate(isAggregate),
 
   41     m_description(description)
 
   54   m_description = description;
 
void FreeContents(boost::unordered_map< K, V * > &m)
This function can be applied to a map of pointers. It will delete each pointer in the map...
 
~FunctionDefn()
Destructor. 
 
FunctionDefn(const std::string &name, int retValType=te::dt::VOID_TYPE, bool isAggregate=false, std::string *description=0)
Constructor. 
 
The definition of a function that can be used in a query object. 
 
A FunctionParameter models the parameter of a function definition. 
 
void setDescription(std::string *description)
It sets a brief description about the function.