Next: , Previous: , Up: Variable Size Data Sequence Interface   [Index]


2.1.1.2 Variable Size Data Sequence Types

typedef struct x1f4_??list_type {
    void *trans;
} x1f4_??list_type;

The struct x1f4_??list_type record has a trans pointer feature, indicating a memory allocation construct in the struct x1f4_trans_type definition.

See struct x1f4_trans_type.

The struct x1f4_??list_type is used by the sequence constructor routines for construction specifications - specifically, for the memory allocator specification.

The use of the struct x1f4_??list_type fields and its use entirely is restricted by the construction flags.

See Variable Size Data Sequence Definitions.