Previous: Time Library Errors, Up: Time Library Definitions


6.11.1.2 Time Library Generation Flags

The time library generation flags affect the time library construction.

Zero or more generation flags may be specified for the flag argument of the time library construction function.

See x1f4_init_lxdate.

X1f4_LXDATE_CODELINK
indicates the time library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).
X1f4_LXDATE_EVERLINK
indicates the time library constructor that it should generate some `d_set' and `t_set' functions (which `d_set' function sets `date' data as reference to some `date' object and which `t_set' function sets `time' data as reference to some `time' object, as per described).

See Date Functions.

See Time Functions.

X1f4_LXDATE_RESOURCE
indicates the time library constructor that it should observe the data memory allocator (data is data of the `date' and `time' types, but also data of any other sort of allocated data type, not that there is currently any).
X1f4_LXDATE_TEXTFLAT
indicates the time library constructor that it should observe the error reporter.