Next: Variable Flags, Previous: Printing Flags, Up: Definitions [Index]
X1f4_E4_BILLimplies the intrinsic cardinal type
X1f4_E4_MODEimplies the intrinsic integer type
X1f4_E4_REALimplies the intrinsic real type
X1f4_E4_SLIPimplies no particular and any type
See Typeless Arguments.
X1f4_E4_TEXTimplies the intrinsic string type
X1f4_E4_VOIDimplies the intrinsic improper, no value type
X1f4_E4_OBJECTimplies the ‘object’ type used by type oblivious interfaces
See Type Oblivious Interfaces.
See The Object Type.
X1f4_E4_CARDINALis ‘X1f4_E4_BILL’
X1f4_E4_INTEGERis ‘X1f4_E4_MODE’
X1f4_E4_LASTis the last used libaime type code
X1f4_E4_CALLis the value discriminating between non function pointer data types (less) and
function pointer data types (greater). Greater than X1f4_E4_LAST, it is
defined to allow for the comfortable introduction of a large number of
application defined data types.
See Function Pointers.