| FDO API Reference | Feature Data Objects |
#include <UnaryLogicalOperator.h>
Inherits FdoLogicalOperator.
Inheritance diagram for FdoUnaryLogicalOperator:
Definition at line 34 of file UnaryLogicalOperator.h.
Public Member Functions | |
| FDO_API FdoFilter * | GetOperand () |
| Gets the FdoFilter operand to apply the operator to. | |
| FDO_API FdoUnaryLogicalOperations | GetOperation () |
| Gets the unary operation to be performed on the operand. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoUnaryLogicalOperator to the appropriate filter processor operation. | |
| FDO_API void | SetOperand (FdoFilter *value) |
| Sets the FdoFilter operand to apply the operator to. | |
| FDO_API void | SetOperation (FdoUnaryLogicalOperations value) |
| Sets the unary operation to be performed on the operand. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter. | |
Static Public Member Functions | |
| FDO_API FdoUnaryLogicalOperator * | Create (FdoFilter *operand, FdoUnaryLogicalOperations operation) |
| Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments. | |
| FDO_API FdoUnaryLogicalOperator * | Create () |
| Constructs a default instance of an FdoUnaryLogicalOperator. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoUnaryLogicalOperator (FdoFilter *operand, FdoUnaryLogicalOperations operation) | |
| FdoUnaryLogicalOperator () | |
| Constructs a default instance of a UnaryLogicalOperator. | |
| virtual | ~FdoUnaryLogicalOperator () |
|
|
Constructs a default instance of a UnaryLogicalOperator.
|
|
||||||||||||
|
Constructs an instance of a UnaryLogicalOperator using the specified arguments. |
|
|
|
|
||||||||||||
|
Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments.
|
|
|
Constructs a default instance of an FdoUnaryLogicalOperator.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the FdoFilter operand to apply the operator to.
|
|
|
Gets the unary operation to be performed on the operand.
|
|
|
Overrides FdoFilter.Process to pass the FdoUnaryLogicalOperator to the appropriate filter processor operation.
Implements FdoFilter. |
|
|
Sets the FdoFilter operand to apply the operator to.
|
|
|
Sets the unary operation to be performed on the operand.
|
|
|
DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.
Implements FdoFilter. |
| Comments or suggestions? Send us feedback. |