Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
javax.inject.Inject;
9
10
interface
I {
11
public
void
dummy();
12
};
13
14
class
Impl implements I {
15
@Inject Impl() { }
Callers
nothing calls this directly
Implementers
15
Impl
benchmark/bind_interface/dagger2.java
implementation
example/pool_provider.cpp
implementation1
example/bindings.cpp
implementation2
example/bindings.cpp
per_request_impl
example/scopes.cpp
shared_impl
example/scopes.cpp
implementation
example/performance/create_bound_inter
I
benchmark/bind_interface/dicpp.cpp
impl00
benchmark/performance/di.cpp
impl01
benchmark/performance/di.cpp
impl02
benchmark/performance/di.cpp
impl03
benchmark/performance/di.cpp
Calls
no outgoing calls
Tested by
no test coverage detected