Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
void 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
main
Function · 0.85
Calls
1
tryit
Function · 0.85
Tested by
no test coverage detected