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

Method Bitmap

Structural/Proxy/proxy.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46struct Bitmap : Image
47{
48 Bitmap(const string& filename)
49 {
50 cout << "Loading image from " << filename << endl;
51 }
52
53 void draw() override
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected