! * @brief This function set reference to union type. * * @param[in] unionType Pointer to union type. */
| 73 | * @param[in] unionType Pointer to union type. |
| 74 | */ |
| 75 | void setUnionReferencePointer(UnionType *unionType) { m_containingUnion = unionType; } |
| 76 | |
| 77 | /*! |
| 78 | * @brief This function returns union case value. |