Wallaroo is a dependency injection library for C++. With wallaroo you can easily separate the object graph from the class implementation. You can create objects and wiring them using strings, so that you can load the "object graph" from a configuration file.
Features
- Lightweight but powerful
 - Type Safe
 - DSL syntax for object creation and wiring
 - Object creation and wiring also by parsing one (or more) xml or json file
 - Shared library support
 - C++11 or boost interface
 - Doesn't use code generators
 
License
Boost Software License (BSL1.0)Follow wallaroo
Other Useful Business Software
    
                    
                    Build Securely on Azure with Proven Frameworks
                    
                    
                
            
                            Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
                        
                    Rate This Project
Login To Rate This Project
    User Reviews
- 
    
    
    This is excellent library if you are searching the DI framework in C++ world. Using this catalogs, I can manage many application scenarios separately.