Let\'s say I have a class with union members in it: class ClassX { public: union { StructA * A; StructB * B;