Used in operator_info_t::flags. More...
Variables | |
| const uchar | COI_RL = 0x00 |
| right to left | |
| const uchar | COI_LR = 0x01 |
| left to right | |
| const uchar | COI_INT = 0x02 |
| requires integer operands | |
| const uchar | COI_FP = 0x04 |
| requires floating point operands | |
| const uchar | COI_SH = 0x08 |
| is shift operation? | |
| const uchar | COI_SGN = 0x10 |
| sign sensitive? | |
| const uchar | COI_SBN = 0x20 |
| is simple binary? | |
Used in operator_info_t::flags.