Skip to content

unixdev0/ioc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ioc

Welcome to Inversion Of Control Framework for C++11 ioc

This header file only implementation will allow you build application written in C++ to build application using the design pattern IoC a.k.a. Inversion Of Control

This project is work in progress

I am adding functionality to support on-the-fly creation and injection of C++ objects into your application.

Armed with pluggable architecture you will be able to assemble various applications on demand in real time.

The main use case - receiving a request to solve a specific problem by assembling various shared/dynamic libraries, satisfying their dependencies, running the program to fulfill the request and disassemble.

A sibling project iocContainer (work in progress) will contain all the necessary tools to build a fully functional pluggable solution using this framework.

About

Inversion of control container C++11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages