[–] jinhualuo 6y ago ↗ It's a good project I wrote years ago. It implements Java-like reflection in C++. Just declare your reflection, and use it via Java-like API. Annotation and object proxy just like Java is also supported.See https://github.com/kingluo/boost-reflection/tree/master/libs... for examples.Reflection is the base to implement framework like Java Spring, see https://github.com/kingluo/boost-reflection/tree/master/libs..., which is a simple IOC example.
1 comment
[ 1.7 ms ] story [ 12.4 ms ] threadSee https://github.com/kingluo/boost-reflection/tree/master/libs... for examples.
Reflection is the base to implement framework like Java Spring, see https://github.com/kingluo/boost-reflection/tree/master/libs..., which is a simple IOC example.