MCPcopy Create free account
hub / github.com/boost-ext/di / i1

Class i1

example/user_guide/module.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace di = boost::di;
13
14struct i1 {
15 virtual ~i1() noexcept = default;
16 virtual void dummy1() = 0;
17};
18struct i2 {
19 virtual ~i2() noexcept = default;
20 virtual void dummy2() = 0;

Callers 3

TClass · 0.70
annotations1Class · 0.50
annotations3Class · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected