PK_ATTRIB_field_values_t   

union PK_ATTRIB_field_values_u
    {
    const int           *ints;
    const double        *doubles;
    const char          *chars;
    const PK_UCHAR_t    *uchars;
    const PK_VECTOR_t   *vectors;
    const PK_AXIS1_sf_t *axes;
    const PK_POINTER_t  *pointers;
    };

typedef union PK_ATTRIB_field_values_u PK_ATTRIB_field_values_t;



This union contains pointers to all the different types of attribute field
values used in PK_ATTRIB_cb_f_t.

Used in:

PK_ATTRIB_cb_f_t
PK_ATTRIB_reset_cb_f_t
PK_ATTRIB_reset_cb_r_t