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