MCPcopy Create free account
hub / github.com/ThePhD/sol2 / TestClass01

Method TestClass01

tests/run_time/source/usertypes.inheritance.multi.cpp:44–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42class TestClass01 : public TestClass00 {
43public:
44 TestClass01() : a(1) {
45 }
46 TestClass01(const TestClass00& other) : a(other.Thing()) {
47 }
48

Callers

nothing calls this directly

Calls 1

ThingMethod · 0.80

Tested by

no test coverage detected