MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / draw

Method draw

Structural/Proxy/proxy.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void draw() override
54 {
55 cout << "Drawing image" << endl;
56 }
57};
58
59struct LazyBitmap : Image

Callers 2

drawMethod · 0.45
draw_imageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected