A FunctionParameter models the parameter of a function definition.  
 More...
#include <FunctionParameter.h>
A FunctionParameter models the parameter of a function definition. 
- See also
 - FunctionDefn 
 
Definition at line 46 of file FunctionParameter.h.
 
◆ FunctionParameter()
  
  
      
        
          | te::da::FunctionParameter::FunctionParameter  | 
          ( | 
          const std::string &  | 
          name,  | 
         
        
           | 
           | 
          int  | 
          t  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | name | The parameter name.  | 
    | t | The parameter type.  | 
  
   
Definition at line 56 of file FunctionParameter.h.
 
 
◆ ~FunctionParameter()
  
  
      
        
          | te::da::FunctionParameter::~FunctionParameter  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getName()
  
  
      
        
          | const std::string& te::da::FunctionParameter::getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
It returns the function name. 
- Returns
 - The function name. 
 
Definition at line 66 of file FunctionParameter.h.
 
 
◆ getType()
  
  
      
        
          | int te::da::FunctionParameter::getType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
It returns the parameter type. 
- Returns
 - The parameter type. 
 
Definition at line 80 of file FunctionParameter.h.
 
 
◆ setName()
  
  
      
        
          | void te::da::FunctionParameter::setName  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setType()
  
  
      
        
          | void te::da::FunctionParameter::setType  | 
          ( | 
          int  | 
          t | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_name
  
  
      
        
          | std::string te::da::FunctionParameter::m_name | 
         
       
   | 
  
private   | 
  
 
 
◆ m_type
  
  
      
        
          | int te::da::FunctionParameter::m_type | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/dataaccess/query/FunctionParameter.h