Go to the source code of this file.
Typedefs | |
| typedef enum BinaryTermTypesEnum | BinaryTermTypes |
Enumerations | |
| enum | BinaryTermTypesEnum { BTT_SENTINEL = 0, BTT_ICLINT = 1, BTT_ICLFLOAT = 2, BTT_ICLVAR = 3, BTT_ICLSTR = 4, BTT_ICLDATAQ = 5, BTT_ICLSTRUCT = 100, BTT_ICLLIST = 101, BTT_ICLGROUP = 102 } |
Definition in file binarytermtypes.h.
| typedef enum BinaryTermTypesEnum BinaryTermTypes |
| enum BinaryTermTypesEnum |
| BTT_SENTINEL | |
| BTT_ICLINT | |
| BTT_ICLFLOAT | |
| BTT_ICLVAR | |
| BTT_ICLSTR | |
| BTT_ICLDATAQ | |
| BTT_ICLSTRUCT | |
| BTT_ICLLIST | |
| BTT_ICLGROUP |
Definition at line 28 of file binarytermtypes.h.