MCPcopy Create free account
hub / github.com/apache/brpc / B

Class B

test/linked_ptr_unittest.cc:26–32  ·  view source on GitHub ↗

Subclass

Source from the content-addressed store, hash-verified

24
25// Subclass
26struct B: public A {
27 B() { history += butil::StringPrintf("B%d ctor\n", mynum); }
28 virtual ~B() { history += butil::StringPrintf("B%d dtor\n", mynum); }
29 virtual void Use() OVERRIDE {
30 history += butil::StringPrintf("B%d use\n", mynum);
31 }
32};
33
34} // namespace
35

Callers

nothing calls this directly

Calls 1

StringPrintfFunction · 0.85

Tested by

no test coverage detected