MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Apple

Class Apple

tests/EduCfrontVtable7Test.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11struct Apple : Fruit {
12 int mX{5};
13 void Fun() override { printf("Apple's Fun: %d\n", mX); }
14};
15
16struct PinkLady : Apple {
17 int mApple{8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected