FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoUnaryLogicalOperator Class Reference

#include <UnaryLogicalOperator.h>

Inherits FdoLogicalOperator.

Inheritance diagram for FdoUnaryLogicalOperator:

[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)
 DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.

Static Public Member Functions

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

Constructor & Destructor Documentation

FdoUnaryLogicalOperator::FdoUnaryLogicalOperator  )  [protected]
 

Constructs a default instance of a UnaryLogicalOperator.

FdoUnaryLogicalOperator::FdoUnaryLogicalOperator FdoFilter operand,
FdoUnaryLogicalOperations  operation
[protected]
 

Constructs an instance of a UnaryLogicalOperator using the specified arguments.

virtual FdoUnaryLogicalOperator::~FdoUnaryLogicalOperator  )  [protected, virtual]
 


Member Function Documentation

FDO_API FdoUnaryLogicalOperator* FdoUnaryLogicalOperator::Create FdoFilter operand,
FdoUnaryLogicalOperations  operation
[static]
 

Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments.

Parameters:
operand Input operand
operation Input operation
Returns:
Returns FdoUnaryLogicalOperator

FDO_API FdoUnaryLogicalOperator* FdoUnaryLogicalOperator::Create  )  [static]
 

Constructs a default instance of an FdoUnaryLogicalOperator.

Returns:
Returns FdoUnaryLogicalOperator

virtual void FdoUnaryLogicalOperator::Dispose  )  [protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

FDO_API FdoFilter* FdoUnaryLogicalOperator::GetOperand  ) 
 

Gets the FdoFilter operand to apply the operator to.

Returns:
Returns filter

FDO_API FdoUnaryLogicalOperations FdoUnaryLogicalOperator::GetOperation  ) 
 

Gets the unary operation to be performed on the operand.

Returns:
Returns the unary operation

FDO_API void FdoUnaryLogicalOperator::Process FdoIFilterProcessor p  )  [virtual]
 

Overrides FdoFilter.Process to pass the FdoUnaryLogicalOperator to the appropriate filter processor operation.

Parameters:
p Input filter processor
Returns:
Returns nothing

Implements FdoFilter.

FDO_API void FdoUnaryLogicalOperator::SetOperand FdoFilter value  ) 
 

Sets the FdoFilter operand to apply the operator to.

Parameters:
value Input filter
Returns:
Returns nothing

FDO_API void FdoUnaryLogicalOperator::SetOperation FdoUnaryLogicalOperations  value  ) 
 

Sets the unary operation to be performed on the operand.

Parameters:
value Input the unary operation
Returns:
Returns nothing

FdoString* FdoUnaryLogicalOperator::ToStringInternal FdoIdentifierCollection pIdCol  )  [virtual]
 

DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.

Parameters:
pIdCol A identifier collection that contains all the computed identifier used by the filter
Returns:
Returns the well defined text string

Implements FdoFilter.


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