MCPcopy Create free account
hub / github.com/KDAB/codebrowser / MyClass

Method MyClass

tests/test.cc:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 };
58
59 MyClass() :
60 MyBase() , // type
61 string("hello"), //member
62 dbl(0.6) //ref
63 { member = 3; //member
64 bool a, b, c, d, e, f, g, h, i, j, k, l;
65 }
66
67 ~ MyClass();
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected