What I recognized from the generated code

From looking at the generated code in the .h file, I recognized the header library files included at the very top. I was also able to recognize the generated class declaration and its subsequent types, including public. I did not know that there could be two types of public under the generated class declaration. In the .cpp file, I was able to recognize the various functions that were declared in the generated header file.

Privacy & Terms