简单轻量级的 C++11 的 IoC 容器:Infector++
Infector++是一个轻量级的 IoC 容器用于实现依赖注入。易于使用。
功能特性:
- Exception safety (STRONG GUARANTEE)
- Virtually remove memory leaks
- Lightweight and simple
- No compilation (few headers only)
- Clean API
- Typesafe
- Non-intrusive (constructor injection without code generation)
- Lazy instantiation (everything is created only when needed)
- C++11 (requires GCC 4.6 or greater, Clang 3.0 or greater, VisualStudio 2012)
Basic Tutorial
Given the following class diagram (your existing code design):
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!