# Union --- ## Object Definitions ```c typedef struct _kpl_union { KPL_POOL_HEADER(_kpl_union); uint32_t tag; kpl_class class; } kpl_union; ```