Infector++ - C++11 的 IoC 容器


MIT
Windows
C/C++

软件简介

Infector 是一个简单轻量级的 C11 的 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)