Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chivenzhang/iocpp
the Most elegent IOC for cpp
https://github.com/chivenzhang/iocpp
cpp inversion-of-control ioc spring
Last synced: 16 days ago
JSON representation
the Most elegent IOC for cpp
- Host: GitHub
- URL: https://github.com/chivenzhang/iocpp
- Owner: ChivenZhang
- License: mit
- Created: 2024-11-17T23:27:23.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-21T14:09:52.000Z (about 1 month ago)
- Last Synced: 2024-12-08T00:09:05.029Z (16 days ago)
- Topics: cpp, inversion-of-control, ioc, spring
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOC for C++
A c++ version implement of [Inversion of Control](https://en.wikipedia.org/wiki/Inversion_of_control), see [example](https://github.com/ChivenZhang/iocpp/blob/master/tests/test.cpp) for more details.