当前位置: 软件>C/C++软件
C++11 的 IoC 容器 Infector++
本文导语: Infector++ 是一个简单轻量级的 C++11 的 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 instanti...
Infector++ 是一个简单轻量级的 C++11 的 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)