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

Interface I

benchmark/bind_interface/dagger2.java:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import javax.inject.Inject;
9
10interface I {
11 public void dummy();
12};
13
14class Impl implements I {
15 @Inject Impl() { }

Callers

nothing calls this directly

Implementers 15

Implbenchmark/bind_interface/dagger2.java
implementationexample/pool_provider.cpp
implementation1example/bindings.cpp
implementation2example/bindings.cpp
per_request_implexample/scopes.cpp
shared_implexample/scopes.cpp
implementationexample/performance/create_bound_inter
Ibenchmark/bind_interface/dicpp.cpp
impl00benchmark/performance/di.cpp
impl01benchmark/performance/di.cpp
impl02benchmark/performance/di.cpp
impl03benchmark/performance/di.cpp

Calls

no outgoing calls

Tested by

no test coverage detected