FDO API Reference | Feature Data Objects |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | FdoCompareType { FdoCompareType_Undefined, FdoCompareType_Less, FdoCompareType_Greater, FdoCompareType_Equal, FdoCompareType_PartlyEqual } |
DOXYGEN-IGNORE FdoCompareType is an enumeration of different value comparison results when comparing value1 and value2 More... | |
Functions | |
template<class T> | |
FdoCompareType | FdoCompare (T val1, T val2) |
DOXYGEN-IGNORE |
|
DOXYGEN-IGNORE FdoCompareType is an enumeration of different value comparison results when comparing value1 and value2
Definition at line 46 of file Compare.h. Referenced by FdoCompare(). |
|
DOXYGEN-IGNORE
Definition at line 58 of file Compare.h. References FdoCompareType. |
Comments or suggestions? Send us feedback. |