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

Method TestClass03

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

Source from the content-addressed store, hash-verified

64class TestClass03 : public TestClass02 {
65public:
66 TestClass03() : c(2) {
67 }
68 TestClass03(const TestClass02& other) : c(other.b) {
69 }
70 TestClass03(const TestClass01& other) : c(other.a) {

Callers

nothing calls this directly

Calls 1

ThingMethod · 0.80

Tested by

no test coverage detected