Quantum 3 3.0.13

Quantum.UnionPrototype Class Reference

Base class for DSL code-generated union structs. The union type overlaps in memory the data layout of all the involved structs. Unions can be declared as part of a component. Internally, the union type Data contains the logic necessary for switching between the union types as they are accessed More...

Inheritance diagram for Quantum.UnionPrototype:
Quantum.IPrototype

Detailed Description

Base class for DSL code-generated union structs. The union type overlaps in memory the data layout of all the involved structs. Unions can be declared as part of a component. Internally, the union type Data contains the logic necessary for switching between the union types as they are accessed