# Group --- ## Object Definitions ```c typedef struct _kpl_group { KPL_ALLOC_HEADER(struct _kpl_group); kpl_class items[]; } kpl_group; ```