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

Method Apple

tests/EduCfrontTest22.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class Apple : public Fruit {
18public:
19 Apple()
20 : Fruit{}
21 {}
22
23 virtual ~Apple() override { Print(); }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected