Print
Category: C++ Programming
Hits: 2394

The Zeus-Framework uses STL as base library. Many classes or STL are wrapped in a Zeus container class. The reason to this wrapping is the interface concept. The main reason why we need those wrappers is given at Interfaces - Interface Methods.