A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments.
More...
#include <ComparisonOp.h>
A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments.
If the arguments satisfy the comparison then the expression evaluates to true. Otherwise the expression evaluates to false.
- See also
- AbstractOp, BinaryComparisonOp, PropertyIsLike, PropertyIsNull, PropertyIsBetween
Definition at line 49 of file ComparisonOp.h.
te::fe::ComparisonOp::ComparisonOp |
( |
const char * |
opName = 0 | ) |
|
It initializes the Comparison operator.
- Parameters
-
- Note
- The ComparisonOp will not take the ownership of the given name.
virtual te::fe::ComparisonOp::~ComparisonOp |
( |
| ) |
|
|
virtual |
It call the visit method from the guest object.
- Parameters
-
guest | The guest or visitor. |
- Returns
- Any valid value define by the template type R.
const char* te::fe::AbstractOp::getName |
( |
| ) |
const |
|
inlineinherited |
It returns the operator name.
- Returns
- The operator name.
Definition at line 82 of file AbstractOp.h.
void te::fe::AbstractOp::setName |
( |
const char * |
opName | ) |
|
|
inlineinherited |
It sets the operator name.
- Parameters
-
Definition at line 89 of file AbstractOp.h.
const char* te::fe::AbstractOp::m_name |
|
protectedinherited |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/fe/ComparisonOp.h