|
Minimal Dependency Injection Framework for C++
Single file library for implementing the dependency injection pattern
|
Custom injector. More...
#include <dip.hpp>
Public Attributes | |
| AcquireFunction | acquire |
| Custom function to retrieve instances. More... | |
| ReleaseFunction | release |
| Custom function to remove uneeded instances. More... | |
Custom injector.
| Service | Service to be injected |
| AcquireFunction dip::Injector< Service >::acquire |
Custom function to retrieve instances.
| ReleaseFunction dip::Injector< Service >::release |
Custom function to remove uneeded instances.