FDO API Reference Feature Data Objects

FdoUnaryLogicalOperator Class Reference

#include <UnaryLogicalOperator.h>

Inherits FdoLogicalOperator.

Inheritance diagram for FdoUnaryLogicalOperator:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoUnaryLogicalOperator class derives from FdoLogicalOperator and allows a logical "Not" to be performed against a filter.

Definition at line 34 of file UnaryLogicalOperator.h.


Public Member Functions

FDO_API FdoFilterGetOperand ()
 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.
FdoStringToStringInternal (FdoIdentifierCollection *pIdCol)
 This is an internal method. It returns the well defined text representation of the filter.

Static Public Member Functions

static FDO_API FdoUnaryLogicalOperatorCreate (FdoFilter *operand, FdoUnaryLogicalOperations operation)
 Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments.
static FDO_API FdoUnaryLogicalOperatorCreate ()
 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 ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.