I have a class structure like the following:
class A { int x,y,z; int w[4]; }; class B { int q,p; vector a; };
Now