EEL stands for 'Extensible Exception Library': it is a simple framework for C++0x exception handling.
The concepts behind are the following:
- compatibility with the existing std::exception(s);
- extensible generic payload for transporting any kind of informations
- simple mechanism for
... [More] extending the payload during the excpetion handler backtrace
- coherent semantic for the final user
- low-level diagnostic informations provided 'on demand' [Less]
Introspective is a C++11 message based and object oriented (opposite to traditional class oriented behaviour of C++ and Java) framework for runtime object introspection and dynamic type binding and inheritance.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy