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

Method Orange

tests/EduCfrontTest22.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class Orange : public Apple {
29public:
30 Orange()
31 : Apple{}
32 {}
33
34 virtual ~Orange() override { Print(); }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected