Searched defs:point_with_private_attributes (Results 1 – 1 of 1) sorted by relevance
49 struct point_with_private_attributes struct54 int x;55 int y;56 int z;59 point_with_private_attributes(int x, int y, int z):x(x),y(y),z(z) in point_with_private_attributes() function