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

Function communication_proxy

Structural/Proxy/proxy.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void communication_proxy()
153{
154 Pong pp;
155 for (int i = 0; i < 3; ++i)
156 {
157 tryit(pp);
158 }
159}
160
161// ======== Property Proxy ======================
162

Callers 1

mainFunction · 0.85

Calls 1

tryitFunction · 0.85

Tested by

no test coverage detected