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

BinaryLogicalOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoBinaryLogicalOperations {
  FdoBinaryLogicalOperations_And,
  FdoBinaryLogicalOperations_Or
}
 The FdoBinaryLogicalOperations enumeration lists the binary logical operations available. More...

Enumeration Type Documentation

enum FdoBinaryLogicalOperations
 

The FdoBinaryLogicalOperations enumeration lists the binary logical operations available.

Enumeration values:
FdoBinaryLogicalOperations_And  Perform a logical And between the two filters.
FdoBinaryLogicalOperations_Or  Perform a logical Or between the two filters.

Definition at line 30 of file BinaryLogicalOperations.h.


Comments or suggestions? Send us feedback.