|
P99
|
Collaboration diagram for Generic identification of families of types or values:Modules | |
| Generic macros that classify expressions | |
Defines | |
| #define | P99_SIZE_CHOICE(UI, YES, NO,...) |
| Classify expression UI according to its value and return YES if the value is in the list and NO, otherwise. | |
| #define | P99_SIZE_INDICATOR(UI,...) |
Classify expression UI according to its value and return 1 if the value is in the list and 0, otherwise. | |
| #define | P99_TYPE_CHOICE(EXP, YES, NO,...) |
| Classify expression EXP according to its type and return YES if the type is in the list and NO, otherwise. | |
1.7.6.1