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

Class MyBase

tests/test.cc:27–35  ·  view source on GitHub ↗

comment 1 (NOT doc) */ comment 2 (NOT doc) */

Source from the content-addressed store, hash-verified

25
26/* comment 1 (NOT doc) */ /* comment 2 (NOT doc) */
27struct MyBase {
28 /* comment 3 (NOT doc) */
29 /* comment 4 (doc) */
30 Type member;
31 static Type static_member;
32 MyBase();
33
34 virtual ~MyBase() = default;
35};
36
37MyBase::MyBase() { }
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected