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

Method info

Structural/NullObject/nullobject.cpp:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 struct NullLogger : Logger
99 {
100 void info(const string& s) override {}
101 void warn(const string& s) override {}
102 };
103

Callers 2

infoMethod · 0.45
depositMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected