Next: , Previous: , Up: Fixed Size Data Array Interface   [Index]


3.2.1.2 Fixed Size Data Array Types

typedef struct x1f4_??fset_type {
    unsigned size;
    void *trans;
} x1f4_??fset_type;

The struct x1f4_??fset_type record has a trans pointer feature, indicating a memory allocation construct in the struct x1f4_trans_type definition. The size specifies the size of one data item, expressed in bytes.

See struct x1f4_trans_type.

The struct x1f4_??fset_type is used by the associative array constructor routines for construction specifications.

See Fixed Size Data Array Definitions.