Previous: , Up: Proxy Types Library Definitions   [Index]


7.38.1.2 Proxy Types Library Generation Flags

The proxy types library generation flags affect the proxy types library objects construction.

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

See x1f4_init_lxflat.

X1f4_LXFLAT_ABSTRACT

indicates the proxy types library constructor that it should observe the object destruction observer.

X1f4_LXFLAT_CODELINK

indicates the proxy types 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_LXFLAT_RESOURCE

indicates the proxy types library constructor that it should observe the data memory allocator (data is of the constructed types).

X1f4_LXFLAT_RESTRICT

indicates the proxy types library constructor that it should add the X1f4_LX_TYPE_EXCEPT bit to the flags bit set attribute of the constructed struct x1f4_nodetype_type data type definitions.

See Common Data Type Flags.

See struct x1f4_nodetype_type.

X1f4_LXFLAT_TEXTFLAT

indicates the proxy types library constructor that it should observe the error reporter.