2.3 Structs and Unions ¶
- ‘--no-structs-or-unions’ ¶
This switch suppresses all classes in the data base declared as
struct
or union
in the output.
This is mainly useful when you are converting an existing
C program to C++, and do not want to see the old C structs in a class
tree.