| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
11年前发布

简单轻量级的 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)

简单轻量级的 C++11 的 IoC 容器:Infector++

Basic Tutorial

Given the following class diagram (your existing code design): 简单轻量级的 C++11 的 IoC 容器:Infector++

项目主页:http://www.open-open.com/lib/view/home/1377142364928

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1377142364928.html
面向方面AOP/IoC Infector++