Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ pimpl
Function
pimpl
framework/src/util/Framework.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
{
34
35
FrameworkPrivate*
36
pimpl(std::shared_ptr<BundlePrivate> const& p)
37
{
38
return static_cast<FrameworkPrivate*>(p.get());
39
}
40
} // namespace
41
42
Framework::Framework(Framework const&) = default;
Callers
2
Init
Method · 0.85
WaitForStop
Method · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected