Members |
Description |
tkNull |
A NULL value. |
tkLong |
The long data type that corresponds to the C++ int type. It means that an attribute of the tkLong data type stores a C++ integer value. |
tkDouble |
The double data type that corresponds to the C++ double. |
tkBoolean |
The Boolean data type that corresponds to the Boolean class. |
tkLogical |
The Logical data type that corresponds to the Logical class. |
tkBinary |
The Binary data type. It is not implemented yet. |
tkAny |
The data type that represents any data type. |
tkTypeCode |
The data type of the OdTypeCode class. |
tkString |
The String data type that corresponds to the OdAnsiString class. |
tkObjectId |
The object identifier data type that corresponds to the OdDAIObjectId class. |
tkSelect |
The Select data type that corresponds to the Select class. |
tkEnum |
The enumeration data type that corresponds to the Enum class. |
tkSequence |
The Sequence data type that corresponds to Aggr class and derived classes |
tkUnion |
The Union data type. It is not implemented yet. |
tkOctet |
The Octet data type. It is not implemented yet. |
tkNumber |
The Number data type that corresponds to the Number class. |
Defines kinds of an OdTypeCode object.
File: daiTCKind.h
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|