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.
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.
te::da::FunctionParameter::~FunctionParameter |
( |
| ) |
|
|
inline |
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.
int te::da::FunctionParameter::getType |
( |
| ) |
const |
|
inline |
It returns the parameter type.
- Returns
- The parameter type.
Definition at line 80 of file FunctionParameter.h.
void te::da::FunctionParameter::setName |
( |
const std::string & |
name | ) |
|
|
inline |
void te::da::FunctionParameter::setType |
( |
int |
t | ) |
|
|
inline |
std::string te::da::FunctionParameter::m_name |
|
private |
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_master/terralib5/src/terralib/dataaccess/query/FunctionParameter.h