| FDO API Reference | Feature Data Objects |
#include <BinaryLogicalOperator.h>
Inherits FdoLogicalOperator.
Inheritance diagram for FdoBinaryLogicalOperator:

Definition at line 34 of file BinaryLogicalOperator.h.
Public Member Functions | |
| FDO_API FdoFilter * | GetLeftOperand () |
| Gets the filter that defines the left operand. | |
| FDO_API FdoBinaryLogicalOperations | GetOperation () |
| Gets the operation to be performed between the two operands. | |
| FDO_API FdoFilter * | GetRightOperand () |
| Gets the filter that defines the right operand. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoBinaryLogicalOperator to the appropriate filter processor operation. | |
| FDO_API void | SetLeftOperand (FdoFilter *value) |
| Sets the filter that defines the left operand. | |
| FDO_API void | SetOperation (FdoBinaryLogicalOperations value) |
| Sets the operation to be performed between the two operands. | |
| FDO_API void | SetRightOperand (FdoFilter *value) |
| Sets the filter that defines the right operand. | |
Static Public Member Functions | |
| static FDO_API FdoBinaryLogicalOperator * | Create (FdoFilter *leftOperand, FdoBinaryLogicalOperations operation, FdoFilter *rightOperand) |
| Constructs an instance of an FdoBinaryLogicalOperator using the specified arguments. | |
| static FDO_API FdoBinaryLogicalOperator * | Create () |
| Constructs a default instance of an FdoBinaryLogicalOperator. | |
| Comments or suggestions? Send us feedback. |